Interface SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.706Z") @Stability(Stable) public interface SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builderstatic classSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$ProxyAn implementation forSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builderbuilder()SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleConfiggetConfig()config block.default StringgetDisplayName()The display name of the Security Health Analytics custom module.default StringgetModuleEnablementState()The state of enablement for the module at its level of the resource hierarchy.
-
-
-
Method Detail
-
getConfig
@Stability(Stable) @NotNull SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleConfig getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#config SecurityposturePosture#config}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The display name of the Security Health Analytics custom module.This display name becomes the finding category for all findings that are returned by this custom module. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#display_name SecurityposturePosture#display_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 SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builder builder()
-
-