/AWS1/CL_IVSPLAYBACKKEYPAIR¶
A key pair used to sign and validate a playback authorization token.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IVSPLAYBACKKEYPAIRARN /AWS1/IVSPLAYBACKKEYPAIRARN¶
Key-pair ARN.
iv_name TYPE /AWS1/IVSPLAYBACKKEYPAIRNAME /AWS1/IVSPLAYBACKKEYPAIRNAME¶
Playback-key-pair name. The value does not need to be unique.
iv_fingerprint TYPE /AWS1/IVSPLAYBACKKEYPAIRFING00 /AWS1/IVSPLAYBACKKEYPAIRFING00¶
Key-pair identifier.
it_tags TYPE /AWS1/CL_IVSTAGS_W=>TT_TAGS TT_TAGS¶
Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Queryable Attributes¶
arn¶
Key-pair ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
Playback-key-pair name. The value does not need to be unique.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
fingerprint¶
Key-pair identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINGERPRINT() |
Getter for FINGERPRINT, with configurable default |
ASK_FINGERPRINT() |
Getter for FINGERPRINT w/ exceptions if field has no value |
HAS_FINGERPRINT() |
Determine if FINGERPRINT has a value |
tags¶
Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |