Class InstanceLaunchTemplate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.instance.InstanceLaunchTemplate.Jsii$Proxy
-
- All Implemented Interfaces:
InstanceLaunchTemplate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- InstanceLaunchTemplate
@Stability(Stable) @Internal public static final class InstanceLaunchTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InstanceLaunchTemplate
An implementation forInstanceLaunchTemplate
-
-
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.instance.InstanceLaunchTemplate
InstanceLaunchTemplate.Builder, InstanceLaunchTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(InstanceLaunchTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by theInstanceLaunchTemplate.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/instance#id Instance#id}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#name Instance#name}.StringgetVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#version Instance#version}.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(InstanceLaunchTemplate.Builder builder)
Constructor that initializes the object based on literal property values passed by theInstanceLaunchTemplate.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:InstanceLaunchTemplateDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#id Instance#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 interfaceInstanceLaunchTemplate
-
getName
public final String getName()
Description copied from interface:InstanceLaunchTemplateDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#name Instance#name}.- Specified by:
getNamein interfaceInstanceLaunchTemplate
-
getVersion
public final String getVersion()
Description copied from interface:InstanceLaunchTemplateDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#version Instance#version}.- Specified by:
getVersionin interfaceInstanceLaunchTemplate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-