interface PlaybackKeyPairReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Ivs.PlaybackKeyPairReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#PlaybackKeyPairReference |
Java | software.amazon.awscdk.services.ivs.PlaybackKeyPairReference |
Python | aws_cdk.aws_ivs.PlaybackKeyPairReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript