Class ContainerAwsNodePoolConfigProxyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigProxyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsNodePoolConfigProxyConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsNodePoolConfigProxyConfig
@Stability(Stable) @Internal public static final class ContainerAwsNodePoolConfigProxyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsNodePoolConfigProxyConfig
An implementation forContainerAwsNodePoolConfigProxyConfig
-
-
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.google.container_aws_node_pool.ContainerAwsNodePoolConfigProxyConfig
ContainerAwsNodePoolConfigProxyConfig.Builder, ContainerAwsNodePoolConfigProxyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsNodePoolConfigProxyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigProxyConfig.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)StringgetSecretArn()The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.StringgetSecretVersion()The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.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(ContainerAwsNodePoolConfigProxyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigProxyConfig.Builder.
-
-
Method Detail
-
getSecretArn
public final String getSecretArn()
Description copied from interface:ContainerAwsNodePoolConfigProxyConfigThe ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#secret_arn ContainerAwsNodePool#secret_arn}
- Specified by:
getSecretArnin interfaceContainerAwsNodePoolConfigProxyConfig
-
getSecretVersion
public final String getSecretVersion()
Description copied from interface:ContainerAwsNodePoolConfigProxyConfigThe version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#secret_version ContainerAwsNodePool#secret_version}
- Specified by:
getSecretVersionin interfaceContainerAwsNodePoolConfigProxyConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-