aws-cdk-lib.aws_ivs.CfnStreamKeyProps

interface CfnStreamKeyProps

LanguageType name
.NETAmazon.CDK.AWS.Ivs.CfnStreamKeyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsivs#CfnStreamKeyProps
Javasoftware.amazon.awscdk.services.ivs.CfnStreamKeyProps
Pythonaws_cdk.aws_ivs.CfnStreamKeyProps
TypeScript aws-cdk-lib » aws_ivs » CfnStreamKeyProps

Properties for defining a CfnStreamKey.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const cfnStreamKeyProps: ivs.CfnStreamKeyProps = {
  channelArn: 'channelArn',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
channelArnstringChannel ARN for the stream.
tags?CfnTag[]An array of key-value pairs to apply to this resource.

channelArn

Type: string

Channel ARN for the stream.


tags?

Type: CfnTag[] (optional)

An array of key-value pairs to apply to this resource.

For more information, see Tag .