Resource: aws_ivs_channel

Terraform resource for managing an AWS IVS (Interactive Video) Channel.

Example Usage

Basic Usage

resource "aws_ivs_channel" "example" {
  name = "channel-1"
}

Argument Reference

The following arguments are optional:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import IVS (Interactive Video) Channel using the ARN. For example:

import {
  to = aws_ivs_channel.example
  id = "arn:aws:ivs:us-west-2:326937407773:channel/0Y1lcs4U7jk5"
}

Using terraform import, import IVS (Interactive Video) Channel using the ARN. For example:

% terraform import aws_ivs_channel.example arn:aws:ivs:us-west-2:326937407773:channel/0Y1lcs4U7jk5