@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:38.125Z") @Stability(value=Stable) public interface CfnKeyProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKeyProps.Builder
A builder for
CfnKeyProps |
static class |
CfnKeyProps.Jsii$Proxy
An implementation for
CfnKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnKeyProps.Builder |
builder() |
default String |
getDescription()
`AWS::KMS::Key.Description`.
|
default Object |
getEnabled()
`AWS::KMS::Key.Enabled`.
|
default Object |
getEnableKeyRotation()
`AWS::KMS::Key.EnableKeyRotation`.
|
Object |
getKeyPolicy()
`AWS::KMS::Key.KeyPolicy`.
|
default String |
getKeyUsage()
`AWS::KMS::Key.KeyUsage`.
|
default Number |
getPendingWindowInDays()
`AWS::KMS::Key.PendingWindowInDays`.
|
default List<CfnTag> |
getTags()
`AWS::KMS::Key.Tags`.
|
@Stability(value=Stable) @NotNull Object getKeyPolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keypolicy@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-description@Stability(value=Stable) @Nullable default Object getEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enabled@Stability(value=Stable) @Nullable default Object getEnableKeyRotation()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-enablekeyrotation@Stability(value=Stable) @Nullable default String getKeyUsage()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-keyusage@Stability(value=Stable) @Nullable default Number getPendingWindowInDays()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-pendingwindowindays@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html#cfn-kms-key-tags@Stability(value=Stable) static CfnKeyProps.Builder builder()
CfnKeyProps.Builder of CfnKeyPropsCopyright © 2020. All rights reserved.