Interface IKeySigningKey.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IKeySigningKey,IKeySigningKeyRef,IKeySigningKeyRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IKeySigningKey.Jsii$Proxy
- Enclosing interface:
IKeySigningKey
@Internal
public static interface IKeySigningKey.Jsii$Default
extends IKeySigningKey, IResource.Jsii$Default, IKeySigningKeyRef.Jsii$Default
Internal default implementation for
IKeySigningKey.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.IKeySigningKey
IKeySigningKey.Jsii$Default, IKeySigningKey.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.route53.IKeySigningKeyRef
IKeySigningKeyRef.Jsii$Default, IKeySigningKeyRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IHostedZoneThe hosted zone that the key signing key signs.default StringThe ID of the key signing key, derived from the hosted zone ID and its name.default StringThe name of the key signing key.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.route53.IKeySigningKeyRef.Jsii$Default
getKeySigningKeyRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostedZone
The hosted zone that the key signing key signs.- Specified by:
getHostedZonein interfaceIKeySigningKey
-
getKeySigningKeyId
The ID of the key signing key, derived from the hosted zone ID and its name.- Specified by:
getKeySigningKeyIdin interfaceIKeySigningKey
-
getKeySigningKeyName
The name of the key signing key.- Specified by:
getKeySigningKeyNamein interfaceIKeySigningKey
-