Class CfnIngestConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnIngestConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIngestConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIngestConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnIngestConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIngestConfigurationMixinProps
An implementation for
CfnIngestConfigurationMixinProps-
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.ivs.CfnIngestConfigurationMixinProps
CfnIngestConfigurationMixinProps.Builder, CfnIngestConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIngestConfigurationMixinProps.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 StringType of ingest protocol that the user employs for broadcasting.final ObjectWhether the channel allows insecure RTMP ingest.final StringgetName()Ingest name.final StringARN of the stage with which the IngestConfiguration is associated.getTags()An array of key-value pairs to apply to this resource.final StringCustomer-assigned name to help identify the participant using the IngestConfiguration;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 theCfnIngestConfigurationMixinProps.Builder.
-
-
Method Details
-
getIngestProtocol
Description copied from interface:CfnIngestConfigurationMixinPropsType of ingest protocol that the user employs for broadcasting.Default: - "RTMPS"
- Specified by:
getIngestProtocolin interfaceCfnIngestConfigurationMixinProps- See Also:
-
getInsecureIngest
Description copied from interface:CfnIngestConfigurationMixinPropsWhether the channel allows insecure RTMP ingest.Default:
false.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getInsecureIngestin interfaceCfnIngestConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnIngestConfigurationMixinPropsIngest name.Default: - "-"
- Specified by:
getNamein interfaceCfnIngestConfigurationMixinProps- See Also:
-
getStageArn
Description copied from interface:CfnIngestConfigurationMixinPropsARN of the stage with which the IngestConfiguration is associated.Default: - ""
- Specified by:
getStageArnin interfaceCfnIngestConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnIngestConfigurationMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnIngestConfigurationMixinProps- See Also:
-
getUserId
Description copied from interface:CfnIngestConfigurationMixinPropsCustomer-assigned name to help identify the participant using the IngestConfiguration;this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
- Specified by:
getUserIdin interfaceCfnIngestConfigurationMixinProps- 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()
-