Class ContainerAwsClusterControlPlaneProxyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_cluster.ContainerAwsClusterControlPlaneProxyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsClusterControlPlaneProxyConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsClusterControlPlaneProxyConfig
@Stability(Stable) @Internal public static final class ContainerAwsClusterControlPlaneProxyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsClusterControlPlaneProxyConfig
An implementation forContainerAwsClusterControlPlaneProxyConfig
-
-
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_cluster.ContainerAwsClusterControlPlaneProxyConfig
ContainerAwsClusterControlPlaneProxyConfig.Builder, ContainerAwsClusterControlPlaneProxyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsClusterControlPlaneProxyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsClusterControlPlaneProxyConfig.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(ContainerAwsClusterControlPlaneProxyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsClusterControlPlaneProxyConfig.Builder.
-
-
Method Detail
-
getSecretArn
public final String getSecretArn()
Description copied from interface:ContainerAwsClusterControlPlaneProxyConfigThe 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_cluster#secret_arn ContainerAwsCluster#secret_arn}
- Specified by:
getSecretArnin interfaceContainerAwsClusterControlPlaneProxyConfig
-
getSecretVersion
public final String getSecretVersion()
Description copied from interface:ContainerAwsClusterControlPlaneProxyConfigThe 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_cluster#secret_version ContainerAwsCluster#secret_version}
- Specified by:
getSecretVersionin interfaceContainerAwsClusterControlPlaneProxyConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-