PlaybackKeyPairArgs

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

Resource Type definition for AWS::IVS::PlaybackKeyPair

Example Usage

Example

No Java example available.

Example

No Java example available.

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

An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. 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.

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(): PlaybackKeyPairArgs