Interface SecurityposturePosturePolicySetsPolicies
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySetsPolicies.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.690Z") @Stability(Stable) public interface SecurityposturePosturePolicySetsPolicies extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySetsPolicies.BuilderA builder forSecurityposturePosturePolicySetsPoliciesstatic classSecurityposturePosturePolicySetsPolicies.Jsii$ProxyAn implementation forSecurityposturePosturePolicySetsPolicies
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySetsPolicies.Builderbuilder()default ObjectgetComplianceStandards()compliance_standards block.SecurityposturePosturePolicySetsPoliciesConstraintgetConstraint()constraint block.default StringgetDescription()Description of the policy.StringgetPolicyId()ID of the policy.
-
-
-
Method Detail
-
getConstraint
@Stability(Stable) @NotNull SecurityposturePosturePolicySetsPoliciesConstraint getConstraint()
constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#constraint SecurityposturePosture#constraint}
-
getPolicyId
@Stability(Stable) @NotNull String getPolicyId()
ID of the policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#policy_id SecurityposturePosture#policy_id}
-
getComplianceStandards
@Stability(Stable) @Nullable default Object getComplianceStandards()
compliance_standards block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#compliance_standards SecurityposturePosture#compliance_standards}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#description SecurityposturePosture#description}
-
builder
@Stability(Stable) static SecurityposturePosturePolicySetsPolicies.Builder builder()
-
-