Interface ContainerClusterNodePoolDefaultsNodeConfigDefaults
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodePoolDefaultsNodeConfigDefaults.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.248Z") @Stability(Stable) public interface ContainerClusterNodePoolDefaultsNodeConfigDefaults extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodePoolDefaultsNodeConfigDefaults.BuilderA builder forContainerClusterNodePoolDefaultsNodeConfigDefaultsstatic classContainerClusterNodePoolDefaultsNodeConfigDefaults.Jsii$ProxyAn implementation forContainerClusterNodePoolDefaultsNodeConfigDefaults
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterNodePoolDefaultsNodeConfigDefaults.Builderbuilder()default ContainerClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfiggetContainerdConfig()containerd_config block.default StringgetLoggingVariant()Type of logging agent that is used as the default value for node pools in the cluster.
-
-
-
Method Detail
-
getContainerdConfig
@Stability(Stable) @Nullable default ContainerClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig getContainerdConfig()
containerd_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#containerd_config ContainerCluster#containerd_config}
-
getLoggingVariant
@Stability(Stable) @Nullable default String getLoggingVariant()
Type of logging agent that is used as the default value for node pools in the cluster.Valid values include DEFAULT and MAX_THROUGHPUT. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#logging_variant ContainerCluster#logging_variant}
-
builder
@Stability(Stable) static ContainerClusterNodePoolDefaultsNodeConfigDefaults.Builder builder()
-
-