interface PlaybackKeyPairReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.PlaybackKeyPairReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#PlaybackKeyPairReference |
![]() | software.amazon.awscdk.services.ivs.PlaybackKeyPairReference |
![]() | aws_cdk.aws_ivs.PlaybackKeyPairReference |
![]() | aws-cdk-lib » aws_ivs » PlaybackKeyPairReference |
A reference to a PlaybackKeyPair resource.
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 playbackKeyPairReference: ivs.PlaybackKeyPairReference = {
playbackKeyPairArn: 'playbackKeyPairArn',
};
Properties
Name | Type | Description |
---|---|---|
playback | string | The Arn of the PlaybackKeyPair resource. |
playbackKeyPairArn
Type:
string
The Arn of the PlaybackKeyPair resource.