Interface ContainerAwsNodePoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ContainerAwsNodePoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.157Z") @Stability(Stable) public interface ContainerAwsNodePoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAwsNodePoolConfig.BuilderA builder forContainerAwsNodePoolConfigstatic classContainerAwsNodePoolConfig.Jsii$ProxyAn implementation forContainerAwsNodePoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAwsNodePoolConfig.Builderbuilder()default Map<String,String>getAnnotations()Optional.ContainerAwsNodePoolAutoscalinggetAutoscaling()autoscaling block.StringgetCluster()The awsCluster for the resource.ContainerAwsNodePoolConfigAgetConfig()config block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#id}.StringgetLocation()The location for the resource.default ContainerAwsNodePoolManagementgetManagement()management block.ContainerAwsNodePoolMaxPodsConstraintgetMaxPodsConstraint()max_pods_constraint block.StringgetName()The name of this resource.default StringgetProject()The project for the resource.StringgetSubnetId()The subnet where the node pool node run.default ContainerAwsNodePoolTimeoutsgetTimeouts()timeouts block.default ContainerAwsNodePoolUpdateSettingsgetUpdateSettings()update_settings block.StringgetVersion()The Kubernetes version to run on this node pool (e.g.
-
-
-
Method Detail
-
getAutoscaling
@Stability(Stable) @NotNull ContainerAwsNodePoolAutoscaling getAutoscaling()
autoscaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#autoscaling ContainerAwsNodePool#autoscaling}
-
getCluster
@Stability(Stable) @NotNull String getCluster()
The awsCluster for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#cluster ContainerAwsNodePool#cluster}
-
getConfig
@Stability(Stable) @NotNull ContainerAwsNodePoolConfigA getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#config ContainerAwsNodePool#config}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#location ContainerAwsNodePool#location}
-
getMaxPodsConstraint
@Stability(Stable) @NotNull ContainerAwsNodePoolMaxPodsConstraint getMaxPodsConstraint()
max_pods_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#max_pods_constraint ContainerAwsNodePool#max_pods_constraint}
-
getName
@Stability(Stable) @NotNull String getName()
The name of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#name ContainerAwsNodePool#name}
-
getSubnetId
@Stability(Stable) @NotNull String getSubnetId()
The subnet where the node pool node run.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#subnet_id ContainerAwsNodePool#subnet_id}
-
getVersion
@Stability(Stable) @NotNull String getVersion()
The Kubernetes version to run on this node pool (e.g.1.19.10-gke.1000). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#version ContainerAwsNodePool#version}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
Optional.Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#annotations ContainerAwsNodePool#annotations}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#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.
-
getManagement
@Stability(Stable) @Nullable default ContainerAwsNodePoolManagement getManagement()
management block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#management ContainerAwsNodePool#management}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#project ContainerAwsNodePool#project}
-
getTimeouts
@Stability(Stable) @Nullable default ContainerAwsNodePoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#timeouts ContainerAwsNodePool#timeouts}
-
getUpdateSettings
@Stability(Stable) @Nullable default ContainerAwsNodePoolUpdateSettings getUpdateSettings()
update_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#update_settings ContainerAwsNodePool#update_settings}
-
builder
@Stability(Stable) static ContainerAwsNodePoolConfig.Builder builder()
- Returns:
- a
ContainerAwsNodePoolConfig.BuilderofContainerAwsNodePoolConfig
-
-