Class CfnOriginEndpointPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPolicyProps
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPolicyProps
An implementation for
CfnOriginEndpointPolicyProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointPolicyProps
CfnOriginEndpointPolicyProps.Builder, CfnOriginEndpointPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPolicyProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe settings to enable CDN authorization headers in MediaPackage.final StringThe name of the channel group associated with the origin endpoint policy.final StringThe channel name associated with the origin endpoint policy.final StringThe name of the origin endpoint associated with the origin endpoint policy.final ObjectThe policy associated with the origin endpoint.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpointPolicyProps.Builder.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointPolicyPropsThe name of the channel group associated with the origin endpoint policy.- Specified by:
getChannelGroupNamein interfaceCfnOriginEndpointPolicyProps- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointPolicyPropsThe channel name associated with the origin endpoint policy.- Specified by:
getChannelNamein interfaceCfnOriginEndpointPolicyProps- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointPolicyPropsThe name of the origin endpoint associated with the origin endpoint policy.- Specified by:
getOriginEndpointNamein interfaceCfnOriginEndpointPolicyProps- See Also:
-
getPolicy
Description copied from interface:CfnOriginEndpointPolicyPropsThe policy associated with the origin endpoint.- Specified by:
getPolicyin interfaceCfnOriginEndpointPolicyProps- See Also:
-
getCdnAuthConfiguration
Description copied from interface:CfnOriginEndpointPolicyPropsThe settings to enable CDN authorization headers in MediaPackage.Returns union: either
IResolvableorCfnOriginEndpointPolicy.CdnAuthConfigurationProperty- Specified by:
getCdnAuthConfigurationin interfaceCfnOriginEndpointPolicyProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-