@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.602Z") @Stability(value=Stable) public interface CfnKeyProps extends software.amazon.jsii.JsiiSerializable
| 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 |
getKeySpec()
`AWS::KMS::Key.KeySpec`.
|
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()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Object getEnableKeyRotation()
@Stability(value=Stable) @Nullable default String getKeySpec()
@Stability(value=Stable) @Nullable default String getKeyUsage()
@Stability(value=Stable) @Nullable default Number getPendingWindowInDays()
@Stability(value=Stable) static CfnKeyProps.Builder builder()
CfnKeyProps.Builder of CfnKeyPropsCopyright © 2021. All rights reserved.