KeySigningKey

class KeySigningKey : KotlinCustomResource

Represents a key signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.

Properties

Link copied to clipboard
val hostedZoneId: Output<String>

The unique string (ID) used to identify a hosted zone.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The Amazon resource name (ARN) for a customer managed key (CMK) in AWS Key Management Service (KMS). The KeyManagementServiceArn must be unique for each key signing key (KSK) in a single hosted zone.

Link copied to clipboard
val name: Output<String>

An alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A string specifying the initial status of the key signing key (KSK). You can set the value to ACTIVE or INACTIVE.

Link copied to clipboard
val urn: Output<String>