Package services.mediapackagev2
Interface CfnChannelPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.89.0 (build 2f74b3e)",
date="2023-11-02T10:21:20.450Z")
@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 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 class
A builder forCfnChannelPolicyProps
static final class
An 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.Builder
ofCfnChannelPolicyProps
-