Interface CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Jsii$Proxy
- Enclosing class:
CfnRotationSchedulePropsMixin
@Stability(Stable)
public static interface CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty
extends software.amazon.jsii.JsiiSerializable
The metadata needed to successfully rotate a managed external secret.
A list of key value pairs in JSON format specified by the partner. For more information, see Managed external secret partners .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.secretsmanager.*;
ExternalSecretRotationMetadataItemProperty externalSecretRotationMetadataItemProperty = ExternalSecretRotationMetadataItemProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key that identifies the item.- See Also:
-
getValue
The value of the specified item.- See Also:
-
builder
@Stability(Stable) static CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder builder()
-