--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ivs_playback_key_pair Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::IVS::PlaybackKeyPair --- # awscc_ivs_playback_key_pair (Resource) Resource Type definition for AWS::IVS::PlaybackKeyPair ## Schema ### Required - `public_key_material` (String) The public portion of a customer-generated key pair. ### Optional - `name` (String) 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. - `tags` (Attributes Set) A list of key-value pairs that contain metadata for the asset model. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) Key-pair identifier. - `fingerprint` (String) Key-pair identifier. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ivs_playback_key_pair.example ```