Interface CfnChannelPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:13.740Z")
@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.mediatailor.*;
Object policy;
CfnChannelPolicyProps cfnChannelPolicyProps = CfnChannelPolicyProps.builder()
.channelName("channelName")
.policy(policy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPolicyPropsstatic final classAn implementation forCfnChannelPolicyProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the channel associated with this Channel Policy.The IAM policy for the channel.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelName
The name of the channel associated with this Channel Policy.- See Also:
-
getPolicy
The IAM policy for the channel.IAM policies are used to control access to your channel.
- See Also:
-
builder
- Returns:
- a
CfnChannelPolicyProps.BuilderofCfnChannelPolicyProps
-