Interface ContainerClusterLoggingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterLoggingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.221Z") @Stability(Stable) public interface ContainerClusterLoggingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterLoggingConfig.BuilderA builder forContainerClusterLoggingConfigstatic classContainerClusterLoggingConfig.Jsii$ProxyAn implementation forContainerClusterLoggingConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerClusterLoggingConfig.Builderbuilder()List<String>getEnableComponents()GKE components exposing logs.
-
-
-
Method Detail
-
getEnableComponents
@Stability(Stable) @NotNull List<String> getEnableComponents()
GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_components ContainerCluster#enable_components}
-
builder
@Stability(Stable) static ContainerClusterLoggingConfig.Builder builder()
-
-