Terraform data source for managing an AWS IVS (Interactive Video) Stream Key.
data "aws_ivs_stream_key" "example" {
channel_arn = "arn:aws:ivs:us-west-2:326937407773:channel/0Y1lcs4U7jk5"
}
The following arguments are required:
channel_arn
- (Required) ARN of the Channel.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Stream Key.tags
- Map of tags assigned to the resource.value
- Stream Key value.