Interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.345Z") @Stability(Stable) public interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig.Builderstatic classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig.Jsii$ProxyAn implementation forGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig.Builderbuilder()default NumbergetAuditIntervalSeconds()Sets the interval for Policy Controller Audit Scans (in seconds).default NumbergetConstraintViolationLimit()The maximum number of audit violations to be stored in a constraint.default ObjectgetDeploymentConfigs()deployment_configs block.default List<String>getExemptableNamespaces()The set of namespaces that are excluded from Policy Controller checks.default StringgetInstallSpec()Configures the mode of the Policy Controller installation.default ObjectgetLogDeniesEnabled()Logs all denies and dry run failures.default GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigMonitoringgetMonitoring()monitoring block.default ObjectgetMutationEnabled()Enables the ability to mutate resources using Policy Controller.default GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentgetPolicyContent()policy_content block.default ObjectgetReferentialRulesEnabled()Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
-
-
-
Method Detail
-
getAuditIntervalSeconds
@Stability(Stable) @Nullable default Number getAuditIntervalSeconds()
Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#audit_interval_seconds GkeHubFeatureMembership#audit_interval_seconds}
-
getConstraintViolationLimit
@Stability(Stable) @Nullable default Number getConstraintViolationLimit()
The maximum number of audit violations to be stored in a constraint.If not set, the internal default of 20 will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#constraint_violation_limit GkeHubFeatureMembership#constraint_violation_limit}
-
getDeploymentConfigs
@Stability(Stable) @Nullable default Object getDeploymentConfigs()
deployment_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#deployment_configs GkeHubFeatureMembership#deployment_configs}
-
getExemptableNamespaces
@Stability(Stable) @Nullable default List<String> getExemptableNamespaces()
The set of namespaces that are excluded from Policy Controller checks.Namespaces do not need to currently exist on the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#exemptable_namespaces GkeHubFeatureMembership#exemptable_namespaces}
-
getInstallSpec
@Stability(Stable) @Nullable default String getInstallSpec()
Configures the mode of the Policy Controller installation. Possible values: INSTALL_SPEC_UNSPECIFIED, INSTALL_SPEC_NOT_INSTALLED, INSTALL_SPEC_ENABLED, INSTALL_SPEC_SUSPENDED, INSTALL_SPEC_DETACHED.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#install_spec GkeHubFeatureMembership#install_spec}
-
getLogDeniesEnabled
@Stability(Stable) @Nullable default Object getLogDeniesEnabled()
Logs all denies and dry run failures.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#log_denies_enabled GkeHubFeatureMembership#log_denies_enabled}
-
getMonitoring
@Stability(Stable) @Nullable default GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigMonitoring getMonitoring()
monitoring block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#monitoring GkeHubFeatureMembership#monitoring}
-
getMutationEnabled
@Stability(Stable) @Nullable default Object getMutationEnabled()
Enables the ability to mutate resources using Policy Controller.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#mutation_enabled GkeHubFeatureMembership#mutation_enabled}
-
getPolicyContent
@Stability(Stable) @Nullable default GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContent getPolicyContent()
policy_content block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#policy_content GkeHubFeatureMembership#policy_content}
-
getReferentialRulesEnabled
@Stability(Stable) @Nullable default Object getReferentialRulesEnabled()
Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#referential_rules_enabled GkeHubFeatureMembership#referential_rules_enabled}
-
builder
@Stability(Stable) static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfig.Builder builder()
-
-