Interface ContainerAwsClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ContainerAwsClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.149Z") @Stability(Stable) public interface ContainerAwsClusterConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAwsClusterConfig.BuilderA builder forContainerAwsClusterConfigstatic classContainerAwsClusterConfig.Jsii$ProxyAn implementation forContainerAwsClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAwsClusterConfig.Builderbuilder()default Map<String,String>getAnnotations()Optional.ContainerAwsClusterAuthorizationgetAuthorization()authorization block.StringgetAwsRegion()The AWS region where the cluster runs.default ContainerAwsClusterBinaryAuthorizationgetBinaryAuthorization()binary_authorization block.ContainerAwsClusterControlPlanegetControlPlane()control_plane block.default StringgetDescription()Optional.ContainerAwsClusterFleetgetFleet()fleet block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#id ContainerAwsCluster#id}.StringgetLocation()The location for the resource.StringgetName()The name of this resource.ContainerAwsClusterNetworkinggetNetworking()networking block.default StringgetProject()The project for the resource.default ContainerAwsClusterTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getAuthorization
@Stability(Stable) @NotNull ContainerAwsClusterAuthorization getAuthorization()
authorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#authorization ContainerAwsCluster#authorization}
-
getAwsRegion
@Stability(Stable) @NotNull String getAwsRegion()
The AWS region where the cluster runs.Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#aws_region ContainerAwsCluster#aws_region}
-
getControlPlane
@Stability(Stable) @NotNull ContainerAwsClusterControlPlane getControlPlane()
control_plane block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#control_plane ContainerAwsCluster#control_plane}
-
getFleet
@Stability(Stable) @NotNull ContainerAwsClusterFleet getFleet()
fleet block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#fleet ContainerAwsCluster#fleet}
-
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_cluster#location ContainerAwsCluster#location}
-
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_cluster#name ContainerAwsCluster#name}
-
getNetworking
@Stability(Stable) @NotNull ContainerAwsClusterNetworking getNetworking()
networking block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#networking ContainerAwsCluster#networking}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
Optional.Annotations on the cluster. 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_cluster#annotations ContainerAwsCluster#annotations}
-
getBinaryAuthorization
@Stability(Stable) @Nullable default ContainerAwsClusterBinaryAuthorization getBinaryAuthorization()
binary_authorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#binary_authorization ContainerAwsCluster#binary_authorization}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#description ContainerAwsCluster#description}
-
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_cluster#id ContainerAwsCluster#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.
-
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_cluster#project ContainerAwsCluster#project}
-
getTimeouts
@Stability(Stable) @Nullable default ContainerAwsClusterTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_cluster#timeouts ContainerAwsCluster#timeouts}
-
builder
@Stability(Stable) static ContainerAwsClusterConfig.Builder builder()
- Returns:
- a
ContainerAwsClusterConfig.BuilderofContainerAwsClusterConfig
-
-