Skip to main content

public_key_tags

Expands all tag keys and values for public_keys in a region

Overview

Namepublic_key_tags
TypeResource
DescriptionResource Type definition for AWS::IVS::PublicKey
Idaws.ivs.public_key_tags

Fields

NameDatatypeDescription
namestringName of the public key to be imported. The value does not need to be unique.
public_key_materialstringThe public portion of a customer-generated key pair.
fingerprintstringKey-pair identifier.
arnstringKey-pair identifier.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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