Interface SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.709Z") @Stability(Stable) public interface SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builderstatic classSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$ProxyAn implementation forSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builderbuilder()default StringgetModuleEnablementState()The state of enablement for the module at its level of the resource hierarchy.StringgetModuleName()The name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.
-
-
-
Method Detail
-
getModuleName
@Stability(Stable) @NotNull String getModuleName()
The name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#module_name SecurityposturePosture#module_name}
-
getModuleEnablementState
@Stability(Stable) @Nullable default String getModuleEnablementState()
The state of enablement for the module at its level of the resource hierarchy. Possible values: ["ENABLEMENT_STATE_UNSPECIFIED", "ENABLED", "DISABLED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#module_enablement_state SecurityposturePosture#module_enablement_state}
-
builder
@Stability(Stable) static SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builder builder()
-
-