Class CfnLiveSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnLiveSourceProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnLiveSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnLiveSourceProps
@Stability(Stable)
@Internal
public static final class CfnLiveSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLiveSourceProps
An implementation for 
CfnLiveSourceProps- 
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.CfnLiveSourceProps
CfnLiveSourceProps.Builder, CfnLiveSourceProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLiveSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLiveSourceProps.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 HTTP package configurations for the live source.final StringThe name that's used to refer to a live source.final StringThe name of the source location.getTags()The tags assigned to the live source.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 theCfnLiveSourceProps.Builder. 
 - 
 - 
Method Details
- 
getHttpPackageConfigurations
Description copied from interface:CfnLiveSourcePropsThe HTTP package configurations for the live source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLiveSource.HttpPackageConfigurationProperty>- Specified by:
 getHttpPackageConfigurationsin interfaceCfnLiveSourceProps- See Also:
 
 - 
getLiveSourceName
Description copied from interface:CfnLiveSourcePropsThe name that's used to refer to a live source.- Specified by:
 getLiveSourceNamein interfaceCfnLiveSourceProps- See Also:
 
 - 
getSourceLocationName
Description copied from interface:CfnLiveSourcePropsThe name of the source location.- Specified by:
 getSourceLocationNamein interfaceCfnLiveSourceProps- See Also:
 
 - 
getTags
Description copied from interface:CfnLiveSourcePropsThe tags assigned to the live source.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 interfaceCfnLiveSourceProps- 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() 
 -