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
    • 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}