Class CfnSourceLocationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnSourceLocationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceLocationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceLocationMixinProps
@Stability(Stable)
@Internal
public static final class CfnSourceLocationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceLocationMixinProps
An implementation for
CfnSourceLocationMixinProps-
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.mediatailor.CfnSourceLocationMixinProps
CfnSourceLocationMixinProps.Builder, CfnSourceLocationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceLocationMixinProps.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 access configuration for the source location.final ObjectThe default segment delivery configuration.final ObjectThe HTTP configuration for the source location.final ObjectThe segment delivery configurations for the source location.final StringThe name of the source location.getTags()The tags assigned to the source location.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 theCfnSourceLocationMixinProps.Builder.
-
-
Method Details
-
getAccessConfiguration
Description copied from interface:CfnSourceLocationMixinPropsThe access configuration for the source location.Returns union: either
IResolvableorCfnSourceLocationPropsMixin.AccessConfigurationProperty- Specified by:
getAccessConfigurationin interfaceCfnSourceLocationMixinProps- See Also:
-
getDefaultSegmentDeliveryConfiguration
Description copied from interface:CfnSourceLocationMixinPropsThe default segment delivery configuration.Returns union: either
IResolvableorCfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty- Specified by:
getDefaultSegmentDeliveryConfigurationin interfaceCfnSourceLocationMixinProps- See Also:
-
getHttpConfiguration
Description copied from interface:CfnSourceLocationMixinPropsThe HTTP configuration for the source location.Returns union: either
IResolvableorCfnSourceLocationPropsMixin.HttpConfigurationProperty- Specified by:
getHttpConfigurationin interfaceCfnSourceLocationMixinProps- See Also:
-
getSegmentDeliveryConfigurations
Description copied from interface:CfnSourceLocationMixinPropsThe segment delivery configurations for the source location.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty>- Specified by:
getSegmentDeliveryConfigurationsin interfaceCfnSourceLocationMixinProps- See Also:
-
getSourceLocationName
Description copied from interface:CfnSourceLocationMixinPropsThe name of the source location.- Specified by:
getSourceLocationNamein interfaceCfnSourceLocationMixinProps- See Also:
-
getTags
Description copied from interface:CfnSourceLocationMixinPropsThe tags assigned to the source location.Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .
- Specified by:
getTagsin interfaceCfnSourceLocationMixinProps- 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()
-