Interface ContainerAttachedClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ContainerAttachedClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.141Z") @Stability(Stable) public interface ContainerAttachedClusterConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAttachedClusterConfig.BuilderA builder forContainerAttachedClusterConfigstatic classContainerAttachedClusterConfig.Jsii$ProxyAn implementation forContainerAttachedClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerAttachedClusterConfig.Builderbuilder()default Map<String,String>getAnnotations()Optional.default ContainerAttachedClusterAuthorizationgetAuthorization()authorization block.default ContainerAttachedClusterBinaryAuthorizationgetBinaryAuthorization()binary_authorization block.default StringgetDeletionPolicy()Policy to determine what flags to send on delete.default StringgetDescription()A human readable description of this attached cluster.StringgetDistribution()The Kubernetes distribution of the underlying attached cluster.ContainerAttachedClusterFleetgetFleet()fleet block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#id ContainerAttachedCluster#id}.StringgetLocation()The location for the resource.default ContainerAttachedClusterLoggingConfiggetLoggingConfig()logging_config block.default ContainerAttachedClusterMonitoringConfiggetMonitoringConfig()monitoring_config block.StringgetName()The name of this resource.ContainerAttachedClusterOidcConfiggetOidcConfig()oidc_config block.StringgetPlatformVersion()The platform version for the cluster (e.g.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.default ContainerAttachedClusterProxyConfiggetProxyConfig()proxy_config block.default ContainerAttachedClusterTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDistribution
@Stability(Stable) @NotNull String getDistribution()
The Kubernetes distribution of the underlying attached cluster.Supported values: "eks", "aks", "generic". The generic distribution provides the ability to register or migrate any CNCF conformant cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#distribution ContainerAttachedCluster#distribution}
-
getFleet
@Stability(Stable) @NotNull ContainerAttachedClusterFleet getFleet()
fleet block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#fleet ContainerAttachedCluster#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_attached_cluster#location ContainerAttachedCluster#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_attached_cluster#name ContainerAttachedCluster#name}
-
getOidcConfig
@Stability(Stable) @NotNull ContainerAttachedClusterOidcConfig getOidcConfig()
oidc_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#oidc_config ContainerAttachedCluster#oidc_config}
-
getPlatformVersion
@Stability(Stable) @NotNull String getPlatformVersion()
The platform version for the cluster (e.g. '1.23.0-gke.1').Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#platform_version ContainerAttachedCluster#platform_version}
-
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_attached_cluster#annotations ContainerAttachedCluster#annotations}
-
getAuthorization
@Stability(Stable) @Nullable default ContainerAttachedClusterAuthorization getAuthorization()
authorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#authorization ContainerAttachedCluster#authorization}
-
getBinaryAuthorization
@Stability(Stable) @Nullable default ContainerAttachedClusterBinaryAuthorization getBinaryAuthorization()
binary_authorization block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#binary_authorization ContainerAttachedCluster#binary_authorization}
-
getDeletionPolicy
@Stability(Stable) @Nullable default String getDeletionPolicy()
Policy to determine what flags to send on delete.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#deletion_policy ContainerAttachedCluster#deletion_policy}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human readable description of this attached 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_attached_cluster#description ContainerAttachedCluster#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_attached_cluster#id ContainerAttachedCluster#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.
-
getLoggingConfig
@Stability(Stable) @Nullable default ContainerAttachedClusterLoggingConfig getLoggingConfig()
logging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#logging_config ContainerAttachedCluster#logging_config}
-
getMonitoringConfig
@Stability(Stable) @Nullable default ContainerAttachedClusterMonitoringConfig getMonitoringConfig()
monitoring_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#monitoring_config ContainerAttachedCluster#monitoring_config}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#project ContainerAttachedCluster#project}.
-
getProxyConfig
@Stability(Stable) @Nullable default ContainerAttachedClusterProxyConfig getProxyConfig()
proxy_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#proxy_config ContainerAttachedCluster#proxy_config}
-
getTimeouts
@Stability(Stable) @Nullable default ContainerAttachedClusterTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_attached_cluster#timeouts ContainerAttachedCluster#timeouts}
-
builder
@Stability(Stable) static ContainerAttachedClusterConfig.Builder builder()
-
-