@Stability(value=Stable)
public static interface CfnRotationSchedule.HostedRotationLambdaProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRotationSchedule.HostedRotationLambdaProperty.Builder
A builder for
CfnRotationSchedule.HostedRotationLambdaProperty |
static class |
CfnRotationSchedule.HostedRotationLambdaProperty.Jsii$Proxy
An implementation for
CfnRotationSchedule.HostedRotationLambdaProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRotationSchedule.HostedRotationLambdaProperty.Builder |
builder() |
default String |
getKmsKeyArn()
`CfnRotationSchedule.HostedRotationLambdaProperty.KmsKeyArn`.
|
default String |
getMasterSecretArn()
`CfnRotationSchedule.HostedRotationLambdaProperty.MasterSecretArn`.
|
default String |
getMasterSecretKmsKeyArn()
`CfnRotationSchedule.HostedRotationLambdaProperty.MasterSecretKmsKeyArn`.
|
default String |
getRotationLambdaName()
`CfnRotationSchedule.HostedRotationLambdaProperty.RotationLambdaName`.
|
String |
getRotationType()
`CfnRotationSchedule.HostedRotationLambdaProperty.RotationType`.
|
default String |
getVpcSecurityGroupIds()
`CfnRotationSchedule.HostedRotationLambdaProperty.VpcSecurityGroupIds`.
|
default String |
getVpcSubnetIds()
`CfnRotationSchedule.HostedRotationLambdaProperty.VpcSubnetIds`.
|
@Stability(value=Stable) @NotNull String getRotationType()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) @Nullable default String getMasterSecretArn()
@Stability(value=Stable) @Nullable default String getMasterSecretKmsKeyArn()
@Stability(value=Stable) @Nullable default String getRotationLambdaName()
@Stability(value=Stable) @Nullable default String getVpcSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getVpcSubnetIds()
@Stability(value=Stable) static CfnRotationSchedule.HostedRotationLambdaProperty.Builder builder()
Copyright © 2021. All rights reserved.