interface PlaybackRestrictionPolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.PlaybackRestrictionPolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#PlaybackRestrictionPolicyReference |
![]() | software.amazon.awscdk.services.ivs.PlaybackRestrictionPolicyReference |
![]() | aws_cdk.aws_ivs.PlaybackRestrictionPolicyReference |
![]() | aws-cdk-lib » 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 ivs } from 'aws-cdk-lib';
const playbackRestrictionPolicyReference: 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.