Class LaunchConfigurationMetadataOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.launch_configuration.LaunchConfigurationMetadataOptions.Jsii$Proxy
-
- All Implemented Interfaces:
LaunchConfigurationMetadataOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LaunchConfigurationMetadataOptions
@Stability(Stable) @Internal public static final class LaunchConfigurationMetadataOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LaunchConfigurationMetadataOptions
An implementation forLaunchConfigurationMetadataOptions
-
-
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.launch_configuration.LaunchConfigurationMetadataOptions
LaunchConfigurationMetadataOptions.Builder, LaunchConfigurationMetadataOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LaunchConfigurationMetadataOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLaunchConfigurationMetadataOptions.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)StringgetHttpEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_endpoint LaunchConfiguration#http_endpoint}.NumbergetHttpPutResponseHopLimit()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_put_response_hop_limit LaunchConfiguration#http_put_response_hop_limit}.StringgetHttpTokens()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_tokens LaunchConfiguration#http_tokens}.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(LaunchConfigurationMetadataOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theLaunchConfigurationMetadataOptions.Builder.
-
-
Method Detail
-
getHttpEndpoint
public final String getHttpEndpoint()
Description copied from interface:LaunchConfigurationMetadataOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_endpoint LaunchConfiguration#http_endpoint}.- Specified by:
getHttpEndpointin interfaceLaunchConfigurationMetadataOptions
-
getHttpPutResponseHopLimit
public final Number getHttpPutResponseHopLimit()
Description copied from interface:LaunchConfigurationMetadataOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_put_response_hop_limit LaunchConfiguration#http_put_response_hop_limit}.- Specified by:
getHttpPutResponseHopLimitin interfaceLaunchConfigurationMetadataOptions
-
getHttpTokens
public final String getHttpTokens()
Description copied from interface:LaunchConfigurationMetadataOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_tokens LaunchConfiguration#http_tokens}.- Specified by:
getHttpTokensin interfaceLaunchConfigurationMetadataOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-