Skip to content

Data Source: awsIvsStreamKey

Terraform data source for managing an AWS IVS (Interactive Video) Stream Key.

Example Usage

Basic Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsIvsStreamKey.DataAwsIvsStreamKey(this, "example", {
  channelArn: "arn:aws:ivs:us-west-2:326937407773:channel/0Y1lcs4U7jk5",
});

Argument Reference

The following arguments are required:

  • channelArn - (Required) ARN of the Channel.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the Stream Key.
  • tags - Map of tags assigned to the resource.
  • value - Stream Key value.