Interface IKeySigningKey
A Key Signing Key for a Route 53 Hosted Zone.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeySigningKey : IResource
Syntax (vb)
Public Interface IKeySigningKey
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
HostedZone | The hosted zone that the key signing key signs. |
KeySigningKeyId | The ID of the key signing key, derived from the hosted zone ID and its name. |
KeySigningKeyName | The name of the key signing key. |
Properties
HostedZone
The hosted zone that the key signing key signs.
IHostedZone HostedZone { get; }
Property Value
Remarks
Attribute: true
KeySigningKeyId
The ID of the key signing key, derived from the hosted zone ID and its name.
string KeySigningKeyId { get; }
Property Value
System.String
Remarks
Attribute: true
KeySigningKeyName
The name of the key signing key.
string KeySigningKeyName { get; }
Property Value
System.String
Remarks
Attribute: true