Package services.mediapackagev2
Interface CfnOriginEndpointPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.89.0 (build 2f74b3e)",
date="2023-10-26T00:56:10.457Z")
@Stability(Stable)
public interface CfnOriginEndpointPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnOriginEndpointPolicy.
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;
CfnOriginEndpointPolicyProps cfnOriginEndpointPolicyProps = CfnOriginEndpointPolicyProps.builder()
.policy(policy)
// the properties below are optional
.channelGroupName("channelGroupName")
.channelName("channelName")
.originEndpointName("originEndpointName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpointPolicyPropsstatic final classAn implementation forCfnOriginEndpointPolicyProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe name of the channel group associated with the origin endpoint policy.default StringThe channel name associated with the origin endpoint policy.default StringThe name of the origin endpoint associated with the origin endpoint policy.The policy associated with the origin endpoint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicy
The policy associated with the origin endpoint.- See Also:
-
getChannelGroupName
The name of the channel group associated with the origin endpoint policy.- See Also:
-
getChannelName
The channel name associated with the origin endpoint policy.- See Also:
-
getOriginEndpointName
The name of the origin endpoint associated with the origin endpoint policy.- See Also:
-
builder
-