PublicKeyArgs

data class PublicKeyArgs(val name: Output<String>? = null, val publicKeyMaterial: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PublicKeyArgs>

Resource Type definition for AWS::IVS::PublicKey

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, publicKeyMaterial: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the public key to be imported. The value does not need to be unique.

Link copied to clipboard
val publicKeyMaterial: Output<String>? = null

The public portion of a customer-generated key pair. This field is required to create the AWS::IVS::PublicKey resource.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the asset model.

Functions

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