interface PlaybackKeyPairReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Ivs.PlaybackKeyPairReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivs#PlaybackKeyPairReference |
Java | software.amazon.awscdk.interfaces.ivs.PlaybackKeyPairReference |
Python | aws_cdk.interfaces.aws_ivs.PlaybackKeyPairReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_ivs } from 'aws-cdk-lib/interfaces';
const playbackKeyPairReference: interfaces_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