Class CfnOriginEndpointPolicyMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPolicyMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPolicyMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPolicyMixinProps
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPolicyMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPolicyMixinProps
An implementation for
CfnOriginEndpointPolicyMixinProps-
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.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPolicyMixinProps
CfnOriginEndpointPolicyMixinProps.Builder, CfnOriginEndpointPolicyMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPolicyMixinProps.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 theCfnOriginEndpointPolicyMixinProps.Builder.
-
-
Method Details
-
getCdnAuthConfiguration
Description copied from interface:CfnOriginEndpointPolicyMixinPropsThe settings to enable CDN authorization headers in MediaPackage.Returns union: either
IResolvableorCfnOriginEndpointPolicyPropsMixin.CdnAuthConfigurationProperty- Specified by:
getCdnAuthConfigurationin interfaceCfnOriginEndpointPolicyMixinProps- See Also:
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointPolicyMixinPropsThe name of the channel group associated with the origin endpoint policy.- Specified by:
getChannelGroupNamein interfaceCfnOriginEndpointPolicyMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointPolicyMixinPropsThe channel name associated with the origin endpoint policy.- Specified by:
getChannelNamein interfaceCfnOriginEndpointPolicyMixinProps- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointPolicyMixinPropsThe name of the origin endpoint associated with the origin endpoint policy.- Specified by:
getOriginEndpointNamein interfaceCfnOriginEndpointPolicyMixinProps- See Also:
-
getPolicy
Description copied from interface:CfnOriginEndpointPolicyMixinPropsThe policy associated with the origin endpoint.- Specified by:
getPolicyin interfaceCfnOriginEndpointPolicyMixinProps- 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()
-