Class MedialiveChannelInputAttachments.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachments.Jsii$Proxy
-
- All Implemented Interfaces:
MedialiveChannelInputAttachments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MedialiveChannelInputAttachments
@Stability(Stable) @Internal public static final class MedialiveChannelInputAttachments.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MedialiveChannelInputAttachments
An implementation forMedialiveChannelInputAttachments
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachments
MedialiveChannelInputAttachments.Builder, MedialiveChannelInputAttachments.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MedialiveChannelInputAttachments.Builder builder)Constructor that initializes the object based on literal property values passed by theMedialiveChannelInputAttachments.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsgetAutomaticInputFailoverSettings()automatic_input_failover_settings block.StringgetInputAttachmentName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_attachment_name MedialiveChannel#input_attachment_name}.StringgetInputId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_id MedialiveChannel#input_id}.MedialiveChannelInputAttachmentsInputSettingsgetInputSettings()input_settings block.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(MedialiveChannelInputAttachments.Builder builder)
Constructor that initializes the object based on literal property values passed by theMedialiveChannelInputAttachments.Builder.
-
-
Method Detail
-
getInputAttachmentName
public final String getInputAttachmentName()
Description copied from interface:MedialiveChannelInputAttachmentsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_attachment_name MedialiveChannel#input_attachment_name}.- Specified by:
getInputAttachmentNamein interfaceMedialiveChannelInputAttachments
-
getInputId
public final String getInputId()
Description copied from interface:MedialiveChannelInputAttachmentsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_id MedialiveChannel#input_id}.- Specified by:
getInputIdin interfaceMedialiveChannelInputAttachments
-
getAutomaticInputFailoverSettings
public final MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings getAutomaticInputFailoverSettings()
Description copied from interface:MedialiveChannelInputAttachmentsautomatic_input_failover_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#automatic_input_failover_settings MedialiveChannel#automatic_input_failover_settings}
- Specified by:
getAutomaticInputFailoverSettingsin interfaceMedialiveChannelInputAttachments
-
getInputSettings
public final MedialiveChannelInputAttachmentsInputSettings getInputSettings()
Description copied from interface:MedialiveChannelInputAttachmentsinput_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_settings MedialiveChannel#input_settings}
- Specified by:
getInputSettingsin interfaceMedialiveChannelInputAttachments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-