Package com.pulumi.gcp.container.inputs
Class AttachedClusterLoggingConfigComponentConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.container.inputs.AttachedClusterLoggingConfigComponentConfigArgs
-
public final class AttachedClusterLoggingConfigComponentConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttachedClusterLoggingConfigComponentConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AttachedClusterLoggingConfigComponentConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachedClusterLoggingConfigComponentConfigArgs.Builder
builder()
static AttachedClusterLoggingConfigComponentConfigArgs.Builder
builder(AttachedClusterLoggingConfigComponentConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
enableComponents()
-
-
-
Field Detail
-
Empty
public static final AttachedClusterLoggingConfigComponentConfigArgs Empty
-
-
Method Detail
-
enableComponents
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> enableComponents()
- Returns:
- The components to be enabled. Each value may be one of: `SYSTEM_COMPONENTS`, `WORKLOADS`.
-
builder
public static AttachedClusterLoggingConfigComponentConfigArgs.Builder builder()
-
builder
public static AttachedClusterLoggingConfigComponentConfigArgs.Builder builder(AttachedClusterLoggingConfigComponentConfigArgs defaults)
-
-