Class CfnChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelMixinProps
An implementation for
CfnChannelMixinProps-
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.mediapackage.CfnChannelMixinProps
CfnChannelMixinProps.Builder, CfnChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelMixinProps.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 StringAny descriptive information that you want to add to the channel for future identification purposes.final ObjectConfigures egress access logs.final ObjectThe input URL where the source stream should be sent.final StringgetId()Unique identifier that you assign to the channel.final ObjectConfigures ingress access logs.getTags()The tags to assign to the channel.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 theCfnChannelMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnChannelMixinPropsAny descriptive information that you want to add to the channel for future identification purposes.- Specified by:
getDescriptionin interfaceCfnChannelMixinProps- See Also:
-
getEgressAccessLogs
Description copied from interface:CfnChannelMixinPropsConfigures egress access logs.Returns union: either
IResolvableorCfnChannelPropsMixin.LogConfigurationProperty- Specified by:
getEgressAccessLogsin interfaceCfnChannelMixinProps- See Also:
-
getHlsIngest
Description copied from interface:CfnChannelMixinPropsThe input URL where the source stream should be sent.Returns union: either
IResolvableorCfnChannelPropsMixin.HlsIngestProperty- Specified by:
getHlsIngestin interfaceCfnChannelMixinProps- See Also:
-
getId
Description copied from interface:CfnChannelMixinPropsUnique identifier that you assign to the channel.- Specified by:
getIdin interfaceCfnChannelMixinProps- See Also:
-
getIngressAccessLogs
Description copied from interface:CfnChannelMixinPropsConfigures ingress access logs.Returns union: either
IResolvableorCfnChannelPropsMixin.LogConfigurationProperty- Specified by:
getIngressAccessLogsin interfaceCfnChannelMixinProps- See Also:
-
getTags
Description copied from interface:CfnChannelMixinPropsThe tags to assign to the channel.- Specified by:
getTagsin interfaceCfnChannelMixinProps- 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()
-