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-11-02T10:21:20.469Z")
@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 class
A builder forCfnOriginEndpointPolicyProps
static final class
An implementation forCfnOriginEndpointPolicyProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The name of the channel group associated with the origin endpoint policy.default String
The channel name associated with the origin endpoint policy.default String
The 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
-