interface StreamKeyProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.Alpha.StreamKeyProps |
![]() | github.com/aws/aws-cdk-go/awscdkivsalpha/v2#StreamKeyProps |
![]() | software.amazon.awscdk.services.ivs.alpha.StreamKeyProps |
![]() | aws_cdk.aws_ivs_alpha.StreamKeyProps |
![]() | @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
Name | Type | Description |
---|---|---|
channel | IChannel | Channel ARN for the stream. |
channel
Type:
IChannel
Channel ARN for the stream.