GetSecretRotationExternalSecretRotationMetadata constructor

const GetSecretRotationExternalSecretRotationMetadata({
  1. required Input<String> key,
  2. required Input<String> value,
})

Creates a new GetSecretRotationExternalSecretRotationMetadata. key Metadata key name. value Metadata value for the specified key.

Implementation

const GetSecretRotationExternalSecretRotationMetadata({
  required this.key,
  required this.value,
});