public_key_tags
Expands all tag keys and values for public_keys in a region
Overview
| Name | public_key_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::IVS::PublicKey |
| Id | aws.ivs.public_key_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | Name of the public key to be imported. The value does not need to be unique. |
public_key_material | string | The public portion of a customer-generated key pair. |
fingerprint | string | Key-pair identifier. |
arn | string | Key-pair identifier. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all public_keys in a region.
SELECT
region,
name,
public_key_material,
fingerprint,
arn,
tag_key,
tag_value
FROM aws.ivs.public_key_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the public_key_tags resource, see public_keys