Class ContainerAwsNodePoolConfigA.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigA.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsNodePoolConfigA,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsNodePoolConfigA
@Stability(Stable) @Internal public static final class ContainerAwsNodePoolConfigA.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsNodePoolConfigA
An implementation forContainerAwsNodePoolConfigA
-
-
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.ContainerAwsNodePoolConfigA
ContainerAwsNodePoolConfigA.Builder, ContainerAwsNodePoolConfigA.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsNodePoolConfigA.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigA.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)ContainerAwsNodePoolConfigAutoscalingMetricsCollectiongetAutoscalingMetricsCollection()autoscaling_metrics_collection block.ContainerAwsNodePoolConfigConfigEncryptiongetConfigEncryption()config_encryption block.StringgetIamInstanceProfile()The name of the AWS IAM role assigned to nodes in the pool.StringgetInstanceType()Optional.Map<String,String>getLabels()Optional.ContainerAwsNodePoolConfigProxyConfiggetProxyConfig()proxy_config block.ContainerAwsNodePoolConfigRootVolumegetRootVolume()root_volume block.List<String>getSecurityGroupIds()Optional.ContainerAwsNodePoolConfigSshConfiggetSshConfig()ssh_config block.Map<String,String>getTags()Optional.ObjectgetTaints()taints 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(ContainerAwsNodePoolConfigA.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigA.Builder.
-
-
Method Detail
-
getConfigEncryption
public final ContainerAwsNodePoolConfigConfigEncryption getConfigEncryption()
Description copied from interface:ContainerAwsNodePoolConfigAconfig_encryption block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#config_encryption ContainerAwsNodePool#config_encryption}
- Specified by:
getConfigEncryptionin interfaceContainerAwsNodePoolConfigA
-
getIamInstanceProfile
public final String getIamInstanceProfile()
Description copied from interface:ContainerAwsNodePoolConfigAThe name of the AWS IAM role assigned to nodes in the pool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#iam_instance_profile ContainerAwsNodePool#iam_instance_profile}
- Specified by:
getIamInstanceProfilein interfaceContainerAwsNodePoolConfigA
-
getAutoscalingMetricsCollection
public final ContainerAwsNodePoolConfigAutoscalingMetricsCollection getAutoscalingMetricsCollection()
Description copied from interface:ContainerAwsNodePoolConfigAautoscaling_metrics_collection block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#autoscaling_metrics_collection ContainerAwsNodePool#autoscaling_metrics_collection}
- Specified by:
getAutoscalingMetricsCollectionin interfaceContainerAwsNodePoolConfigA
-
getInstanceType
public final String getInstanceType()
Description copied from interface:ContainerAwsNodePoolConfigAOptional. The AWS instance type. When unspecified, it defaults tom5.large.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#instance_type ContainerAwsNodePool#instance_type}
- Specified by:
getInstanceTypein interfaceContainerAwsNodePoolConfigA
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ContainerAwsNodePoolConfigAOptional.The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#labels ContainerAwsNodePool#labels}
- Specified by:
getLabelsin interfaceContainerAwsNodePoolConfigA
-
getProxyConfig
public final ContainerAwsNodePoolConfigProxyConfig getProxyConfig()
Description copied from interface:ContainerAwsNodePoolConfigAproxy_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#proxy_config ContainerAwsNodePool#proxy_config}
- Specified by:
getProxyConfigin interfaceContainerAwsNodePoolConfigA
-
getRootVolume
public final ContainerAwsNodePoolConfigRootVolume getRootVolume()
Description copied from interface:ContainerAwsNodePoolConfigAroot_volume block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#root_volume ContainerAwsNodePool#root_volume}
- Specified by:
getRootVolumein interfaceContainerAwsNodePoolConfigA
-
getSecurityGroupIds
public final List<String> getSecurityGroupIds()
Description copied from interface:ContainerAwsNodePoolConfigAOptional.The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#security_group_ids ContainerAwsNodePool#security_group_ids}
- Specified by:
getSecurityGroupIdsin interfaceContainerAwsNodePoolConfigA
-
getSshConfig
public final ContainerAwsNodePoolConfigSshConfig getSshConfig()
Description copied from interface:ContainerAwsNodePoolConfigAssh_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#ssh_config ContainerAwsNodePool#ssh_config}
- Specified by:
getSshConfigin interfaceContainerAwsNodePoolConfigA
-
getTags
public final Map<String,String> getTags()
Description copied from interface:ContainerAwsNodePoolConfigAOptional.Key/value metadata to assign to each underlying AWS resource. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#tags ContainerAwsNodePool#tags}
- Specified by:
getTagsin interfaceContainerAwsNodePoolConfigA
-
getTaints
public final Object getTaints()
Description copied from interface:ContainerAwsNodePoolConfigAtaints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#taints ContainerAwsNodePool#taints}
- Specified by:
getTaintsin interfaceContainerAwsNodePoolConfigA
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-