ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.annotations(Map<String,String> annotations) |
Optional.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.authorization(ContainerAttachedClusterAuthorization authorization) |
authorization block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.binaryAuthorization(ContainerAttachedClusterBinaryAuthorization binaryAuthorization) |
binary_authorization block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.count(Number count) |
|
static ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.create(software.constructs.Construct scope,
String id) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.deletionPolicy(String deletionPolicy) |
Policy to determine what flags to send on delete.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.description(String description) |
A human readable description of this attached cluster.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.distribution(String distribution) |
The Kubernetes distribution of the underlying attached cluster.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.fleet(ContainerAttachedClusterFleet fleet) |
fleet block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#id ContainerAttachedCluster#id}.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.location(String location) |
The location for the resource.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.loggingConfig(ContainerAttachedClusterLoggingConfig loggingConfig) |
logging_config block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.monitoringConfig(ContainerAttachedClusterMonitoringConfig monitoringConfig) |
monitoring_config block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.name(String name) |
The name of this resource.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.oidcConfig(ContainerAttachedClusterOidcConfig oidcConfig) |
oidc_config block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.platformVersion(String platformVersion) |
The platform version for the cluster (e.g.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.provisioners(List<? extends Object> provisioners) |
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.proxyConfig(ContainerAttachedClusterProxyConfig proxyConfig) |
proxy_config block.
|
ContainerAttachedCluster.Builder |
ContainerAttachedCluster.Builder.timeouts(ContainerAttachedClusterTimeouts timeouts) |
timeouts block.
|