Show / Hide Table of Contents

Interface IKeySigningKey

A Key Signing Key for a Route 53 Hosted Zone.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeySigningKey : IResource, IConstruct, IDependable
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

IHostedZone

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

string

Remarks

Attribute: true

KeySigningKeyName

The name of the key signing key.

string KeySigningKeyName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX