Class CfnIngestConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnIngestConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIngestConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIngestConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnIngestConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIngestConfigurationProps
An implementation for
CfnIngestConfigurationProps-
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.ivs.CfnIngestConfigurationProps
CfnIngestConfigurationProps.Builder, CfnIngestConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIngestConfigurationProps.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 StringIngest Protocol.final ObjectWhether ingest configuration allows insecure ingest.final StringgetName()IngestConfiguration.final StringStage ARN.getTags()A list of key-value pairs that contain metadata for the asset model.final StringUser defined indentifier for participant associated with 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 theCfnIngestConfigurationProps.Builder.
-
-
Method Details
-
getIngestProtocol
Description copied from interface:CfnIngestConfigurationPropsIngest Protocol.Default: - "RTMPS"
- Specified by:
getIngestProtocolin interfaceCfnIngestConfigurationProps- See Also:
-
getInsecureIngest
Description copied from interface:CfnIngestConfigurationPropsWhether ingest configuration allows insecure ingest.Default: - false
- Specified by:
getInsecureIngestin interfaceCfnIngestConfigurationProps- See Also:
-
getName
Description copied from interface:CfnIngestConfigurationPropsIngestConfiguration.Default: - "-"
- Specified by:
getNamein interfaceCfnIngestConfigurationProps- See Also:
-
getStageArn
Description copied from interface:CfnIngestConfigurationPropsStage ARN.A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
Default: - ""
- Specified by:
getStageArnin interfaceCfnIngestConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnIngestConfigurationPropsA list of key-value pairs that contain metadata for the asset model.- Specified by:
getTagsin interfaceCfnIngestConfigurationProps- See Also:
-
getUserId
Description copied from interface:CfnIngestConfigurationPropsUser defined indentifier for participant associated with IngestConfiguration.- Specified by:
getUserIdin interfaceCfnIngestConfigurationProps- 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()
-