ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.annotations(Map<String,String> annotations) |
Optional.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.autoscaling(ContainerAwsNodePoolAutoscaling autoscaling) |
autoscaling block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.cluster(String cluster) |
The awsCluster for the resource.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.config(ContainerAwsNodePoolConfigA config) |
config block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.count(Number count) |
|
static ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.create(software.constructs.Construct scope,
String id) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#id ContainerAwsNodePool#id}.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.location(String location) |
The location for the resource.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.management(ContainerAwsNodePoolManagement management) |
management block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.maxPodsConstraint(ContainerAwsNodePoolMaxPodsConstraint maxPodsConstraint) |
max_pods_constraint block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.name(String name) |
The name of this resource.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.project(String project) |
The project for the resource.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.provisioners(List<? extends Object> provisioners) |
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.subnetId(String subnetId) |
The subnet where the node pool node run.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.timeouts(ContainerAwsNodePoolTimeouts timeouts) |
timeouts block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.updateSettings(ContainerAwsNodePoolUpdateSettings updateSettings) |
update_settings block.
|
ContainerAwsNodePool.Builder |
ContainerAwsNodePool.Builder.version(String version) |
The Kubernetes version to run on this node pool (e.g.
|