Interface MedialiveChannelInputAttachments
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachments.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.032Z") @Stability(Stable) public interface MedialiveChannelInputAttachments extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachments.BuilderA builder forMedialiveChannelInputAttachmentsstatic classMedialiveChannelInputAttachments.Jsii$ProxyAn implementation forMedialiveChannelInputAttachments
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachments.Builderbuilder()default 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}.default MedialiveChannelInputAttachmentsInputSettingsgetInputSettings()input_settings block.
-
-
-
Method Detail
-
getInputAttachmentName
@Stability(Stable) @NotNull String getInputAttachmentName()
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}.
-
getInputId
@Stability(Stable) @NotNull String getInputId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_id MedialiveChannel#input_id}.
-
getAutomaticInputFailoverSettings
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings getAutomaticInputFailoverSettings()
automatic_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}
-
getInputSettings
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsInputSettings getInputSettings()
input_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}
-
builder
@Stability(Stable) static MedialiveChannelInputAttachments.Builder builder()
-
-