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