Interface CfnChannelPolicyMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPolicyMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T09:31:58.187Z")
@Stability(Stable)
public interface CfnChannelPolicyMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnChannelPolicyPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.*;
Object policy;
CfnChannelPolicyMixinProps cfnChannelPolicyMixinProps = CfnChannelPolicyMixinProps.builder()
.channelGroupName("channelGroupName")
.channelName("channelName")
.policy(policy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPolicyMixinPropsstatic final classAn implementation forCfnChannelPolicyMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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:
-
getPolicy
The policy associated with the channel.- See Also:
-
builder
- Returns:
- a
CfnChannelPolicyMixinProps.BuilderofCfnChannelPolicyMixinProps
-