Class MedialiveChannelDestinations.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelDestinations.Jsii$Proxy
-
- All Implemented Interfaces:
MedialiveChannelDestinations,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MedialiveChannelDestinations
@Stability(Stable) @Internal public static final class MedialiveChannelDestinations.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MedialiveChannelDestinations
An implementation forMedialiveChannelDestinations
-
-
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.MedialiveChannelDestinations
MedialiveChannelDestinations.Builder, MedialiveChannelDestinations.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MedialiveChannelDestinations.Builder builder)Constructor that initializes the object based on literal property values passed by theMedialiveChannelDestinations.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)StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#id MedialiveChannel#id}.ObjectgetMediaPackageSettings()media_package_settings block.MedialiveChannelDestinationsMultiplexSettingsgetMultiplexSettings()multiplex_settings block.ObjectgetSettings()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(MedialiveChannelDestinations.Builder builder)
Constructor that initializes the object based on literal property values passed by theMedialiveChannelDestinations.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:MedialiveChannelDestinationsDocs 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.
- Specified by:
getIdin interfaceMedialiveChannelDestinations
-
getMediaPackageSettings
public final Object getMediaPackageSettings()
Description copied from interface:MedialiveChannelDestinationsmedia_package_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#media_package_settings MedialiveChannel#media_package_settings}
- Specified by:
getMediaPackageSettingsin interfaceMedialiveChannelDestinations
-
getMultiplexSettings
public final MedialiveChannelDestinationsMultiplexSettings getMultiplexSettings()
Description copied from interface:MedialiveChannelDestinationsmultiplex_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#multiplex_settings MedialiveChannel#multiplex_settings}
- Specified by:
getMultiplexSettingsin interfaceMedialiveChannelDestinations
-
getSettings
public final Object getSettings()
Description copied from interface:MedialiveChannelDestinationssettings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#settings MedialiveChannel#settings}
- Specified by:
getSettingsin interfaceMedialiveChannelDestinations
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-