Interface ContainerClusterSecurityPostureConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterSecurityPostureConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.283Z") @Stability(Stable) public interface ContainerClusterSecurityPostureConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterSecurityPostureConfig.BuilderA builder forContainerClusterSecurityPostureConfigstatic classContainerClusterSecurityPostureConfig.Jsii$ProxyAn implementation forContainerClusterSecurityPostureConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ContainerClusterSecurityPostureConfig.Builderbuilder()default StringgetMode()Sets the mode of the Kubernetes security posture API's off-cluster features.default StringgetVulnerabilityMode()Sets the mode of the Kubernetes security posture API's workload vulnerability scanning.
-
-
-
Method Detail
-
getMode
@Stability(Stable) @Nullable default String getMode()
Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include DISABLED, BASIC, and ENTERPRISE.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#mode ContainerCluster#mode}
-
getVulnerabilityMode
@Stability(Stable) @Nullable default String getVulnerabilityMode()
Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include VULNERABILITY_DISABLED, VULNERABILITY_BASIC and VULNERABILITY_ENTERPRISE.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#vulnerability_mode ContainerCluster#vulnerability_mode}
-
builder
@Stability(Stable) static ContainerClusterSecurityPostureConfig.Builder builder()
-
-