@aws-cdk_aws-ivs-alpha.StreamKeyProps

interface StreamKeyProps 🔹

LanguageType name
.NETAmazon.CDK.AWS.Ivs.Alpha.StreamKeyProps
Gogithub.com/aws/aws-cdk-go/awscdkivsalpha/v2#StreamKeyProps
Javasoftware.amazon.awscdk.services.ivs.alpha.StreamKeyProps
Pythonaws_cdk.aws_ivs_alpha.StreamKeyProps
TypeScript (source)@aws-cdk/aws-ivs-alpha » StreamKeyProps

Properties for creating a new Stream Key.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ivs_alpha from '@aws-cdk/aws-ivs-alpha';

declare const channel: ivs_alpha.Channel;
const streamKeyProps: ivs_alpha.StreamKeyProps = {
  channel: channel,
};

Properties

NameTypeDescription
channel🔹IChannelChannel ARN for the stream.

channel🔹

Type: IChannel

Channel ARN for the stream.