GetKeySigningKeyPlainArgs

data class GetKeySigningKeyPlainArgs(val hostedZoneId: String, val name: String) : ConvertibleToJava<GetKeySigningKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(hostedZoneId: String, name: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetKeySigningKeyPlainArgs