Interface CfnTokenVaultPropsMixin.KmsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTokenVaultPropsMixin.KmsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTokenVaultPropsMixin
@Stability(Stable)
public static interface CfnTokenVaultPropsMixin.KmsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Contains the KMS configuration for a resource.
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.bedrockagentcore.*;
KmsConfigurationProperty kmsConfigurationProperty = KmsConfigurationProperty.builder()
.keyType("keyType")
.kmsKeyArn("kmsKeyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTokenVaultPropsMixin.KmsConfigurationPropertystatic final classAn implementation forCfnTokenVaultPropsMixin.KmsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyType
The type of KMS key (CustomerManagedKey or ServiceManagedKey).- See Also:
-
getKmsKeyArn
The Amazon Resource Name (ARN) of the KMS key.- See Also:
-
builder
-