getKeySigningKey

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

Return

null

Parameters

argument

null


suspend fun getKeySigningKey(hostedZoneId: String, name: String): GetKeySigningKeyResult

Return

null

Parameters

hostedZoneId

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

name

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.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.route53.kotlin.inputs.GetKeySigningKeyPlainArgs.

See also