@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.675Z") @Stability(value=Stable) public interface CfnKeySigningKeyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
CfnKeySigningKeyProps cfnKeySigningKeyProps = CfnKeySigningKeyProps.builder()
.hostedZoneId("hostedZoneId")
.keyManagementServiceArn("keyManagementServiceArn")
.name("name")
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKeySigningKeyProps.Builder
A builder for
CfnKeySigningKeyProps |
static class |
CfnKeySigningKeyProps.Jsii$Proxy
An implementation for
CfnKeySigningKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnKeySigningKeyProps.Builder |
builder() |
String |
getHostedZoneId()
`AWS::Route53::KeySigningKey.HostedZoneId`.
|
String |
getKeyManagementServiceArn()
`AWS::Route53::KeySigningKey.KeyManagementServiceArn`.
|
String |
getName()
`AWS::Route53::KeySigningKey.Name`.
|
String |
getStatus()
`AWS::Route53::KeySigningKey.Status`.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) @NotNull String getKeyManagementServiceArn()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getStatus()
@Stability(value=Stable) static CfnKeySigningKeyProps.Builder builder()
CfnKeySigningKeyProps.Builder of CfnKeySigningKeyPropsCopyright © 2021. All rights reserved.