interface PlaybackRestrictionPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Ivs.PlaybackRestrictionPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsivs#PlaybackRestrictionPolicyReference |
Java | software.amazon.awscdk.interfaces.ivs.PlaybackRestrictionPolicyReference |
Python | aws_cdk.interfaces.aws_ivs.PlaybackRestrictionPolicyReference |
TypeScript | aws-cdk-lib » interfaces » aws_ivs » PlaybackRestrictionPolicyReference |
A reference to a PlaybackRestrictionPolicy 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_aws_ivs } from 'aws-cdk-lib/interfaces';
const playbackRestrictionPolicyReference: interfaces_aws_ivs.PlaybackRestrictionPolicyReference = {
playbackRestrictionPolicyArn: 'playbackRestrictionPolicyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| playback | string | The Arn of the PlaybackRestrictionPolicy resource. |
playbackRestrictionPolicyArn
Type:
string
The Arn of the PlaybackRestrictionPolicy resource.

.NET
Go
Java
Python
TypeScript