--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ivs_stream_key Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::IVS::StreamKey --- # awscc_ivs_stream_key (Resource) Resource Type definition for AWS::IVS::StreamKey ## Schema ### Required - `channel_arn` (String) Channel ARN for the stream. ### Optional - `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) Stream Key ARN is automatically generated on creation and assigned as the unique identifier. - `id` (String) Uniquely identifies the resource. - `value` (String) Stream-key value. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ivs_stream_key.example ```