Class CfnSourceLocationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnSourceLocationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceLocationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceLocationProps
@Stability(Stable)
@Internal
public static final class CfnSourceLocationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceLocationProps
An implementation for
CfnSourceLocationProps-
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.mediatailor.CfnSourceLocationProps
CfnSourceLocationProps.Builder, CfnSourceLocationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSourceLocationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSourceLocationProps.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 theCfnSourceLocationProps.Builder.
-
-
Method Details
-
getHttpConfiguration
Description copied from interface:CfnSourceLocationPropsThe HTTP configuration for the source location.Returns union: either
IResolvableorCfnSourceLocation.HttpConfigurationProperty- Specified by:
getHttpConfigurationin interfaceCfnSourceLocationProps- See Also:
-
getSourceLocationName
Description copied from interface:CfnSourceLocationPropsThe name of the source location.- Specified by:
getSourceLocationNamein interfaceCfnSourceLocationProps- See Also:
-
getAccessConfiguration
Description copied from interface:CfnSourceLocationPropsThe access configuration for the source location.Returns union: either
IResolvableorCfnSourceLocation.AccessConfigurationProperty- Specified by:
getAccessConfigurationin interfaceCfnSourceLocationProps- See Also:
-
getDefaultSegmentDeliveryConfiguration
Description copied from interface:CfnSourceLocationPropsThe default segment delivery configuration.Returns union: either
IResolvableorCfnSourceLocation.DefaultSegmentDeliveryConfigurationProperty- Specified by:
getDefaultSegmentDeliveryConfigurationin interfaceCfnSourceLocationProps- See Also:
-
getSegmentDeliveryConfigurations
Description copied from interface:CfnSourceLocationPropsThe segment delivery configurations for the source location.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSourceLocation.SegmentDeliveryConfigurationProperty>- Specified by:
getSegmentDeliveryConfigurationsin interfaceCfnSourceLocationProps- See Also:
-
getTags
Description copied from interface:CfnSourceLocationPropsThe 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 interfaceCfnSourceLocationProps- 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()
-