Interface CfnChannelPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)",
date="2024-01-03T18:29:29.166Z")
@Stability(Stable)
public interface CfnChannelPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnChannelPolicy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediapackagev2.*;
Object policy;
CfnChannelPolicyProps cfnChannelPolicyProps = CfnChannelPolicyProps.builder()
.policy(policy)
// the properties below are optional
.channelGroupName("channelGroupName")
.channelName("channelName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPolicyPropsstatic final classAn implementation forCfnChannelPolicyProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicy
The policy associated with the channel.- See Also:
-
getChannelGroupName
The name of the channel group associated with the channel policy.- See Also:
-
getChannelName
The name of the channel associated with the channel policy.- See Also:
-
builder
- Returns:
- a
CfnChannelPolicyProps.BuilderofCfnChannelPolicyProps
-