Class ClusterSecurityPostureConfigArgs.Builder

    • Method Detail

      • mode

        public ClusterSecurityPostureConfigArgs.Builder mode​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> mode)
        Parameters:
        mode - Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include `DISABLED` and `BASIC`.
        Returns:
        builder
      • mode

        public ClusterSecurityPostureConfigArgs.Builder mode​(java.lang.String mode)
        Parameters:
        mode - Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include `DISABLED` and `BASIC`.
        Returns:
        builder
      • vulnerabilityMode

        public ClusterSecurityPostureConfigArgs.Builder vulnerabilityMode​(@Nullable
                                                                          com.pulumi.core.Output<java.lang.String> vulnerabilityMode)
        Parameters:
        vulnerabilityMode - Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
        Returns:
        builder
      • vulnerabilityMode

        public ClusterSecurityPostureConfigArgs.Builder vulnerabilityMode​(java.lang.String vulnerabilityMode)
        Parameters:
        vulnerabilityMode - Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
        Returns:
        builder