Interface MedialiveChannelConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
MedialiveChannelConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.962Z") @Stability(Stable) public interface MedialiveChannelConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelConfig.BuilderA builder forMedialiveChannelConfigstatic classMedialiveChannelConfig.Jsii$ProxyAn implementation forMedialiveChannelConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelConfig.Builderbuilder()default MedialiveChannelCdiInputSpecificationgetCdiInputSpecification()cdi_input_specification block.StringgetChannelClass()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channel_class MedialiveChannel#channel_class}.ObjectgetDestinations()destinations block.MedialiveChannelEncoderSettingsgetEncoderSettings()encoder_settings block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#id MedialiveChannel#id}.ObjectgetInputAttachments()input_attachments block.MedialiveChannelInputSpecificationgetInputSpecification()input_specification block.default StringgetLogLevel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#log_level MedialiveChannel#log_level}.default MedialiveChannelMaintenancegetMaintenance()maintenance block.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.default StringgetRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#role_arn MedialiveChannel#role_arn}.default ObjectgetStartChannel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#start_channel MedialiveChannel#start_channel}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#tags MedialiveChannel#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#tags_all MedialiveChannel#tags_all}.default MedialiveChannelTimeoutsgetTimeouts()timeouts block.default MedialiveChannelVpcgetVpc()vpc block.
-
-
-
Method Detail
-
getChannelClass
@Stability(Stable) @NotNull String getChannelClass()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channel_class MedialiveChannel#channel_class}.
-
getDestinations
@Stability(Stable) @NotNull Object getDestinations()
destinations block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#destinations MedialiveChannel#destinations}
-
getEncoderSettings
@Stability(Stable) @NotNull MedialiveChannelEncoderSettings getEncoderSettings()
encoder_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#encoder_settings MedialiveChannel#encoder_settings}
-
getInputAttachments
@Stability(Stable) @NotNull Object getInputAttachments()
input_attachments block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_attachments MedialiveChannel#input_attachments}
-
getInputSpecification
@Stability(Stable) @NotNull MedialiveChannelInputSpecification getInputSpecification()
input_specification block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_specification MedialiveChannel#input_specification}
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#name MedialiveChannel#name}.
-
getCdiInputSpecification
@Stability(Stable) @Nullable default MedialiveChannelCdiInputSpecification getCdiInputSpecification()
cdi_input_specification block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#cdi_input_specification MedialiveChannel#cdi_input_specification}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#id MedialiveChannel#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLogLevel
@Stability(Stable) @Nullable default String getLogLevel()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#log_level MedialiveChannel#log_level}.
-
getMaintenance
@Stability(Stable) @Nullable default MedialiveChannelMaintenance getMaintenance()
maintenance block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#maintenance MedialiveChannel#maintenance}
-
getRoleArn
@Stability(Stable) @Nullable default String getRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#role_arn MedialiveChannel#role_arn}.
-
getStartChannel
@Stability(Stable) @Nullable default Object getStartChannel()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#start_channel MedialiveChannel#start_channel}.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#tags MedialiveChannel#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#tags_all MedialiveChannel#tags_all}.
-
getTimeouts
@Stability(Stable) @Nullable default MedialiveChannelTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#timeouts MedialiveChannel#timeouts}
-
getVpc
@Stability(Stable) @Nullable default MedialiveChannelVpc getVpc()
vpc block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#vpc MedialiveChannel#vpc}
-
builder
@Stability(Stable) static MedialiveChannelConfig.Builder builder()
- Returns:
- a
MedialiveChannelConfig.BuilderofMedialiveChannelConfig
-
-