Interface SecurityposturePosturePolicySets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.689Z") @Stability(Stable) public interface SecurityposturePosturePolicySets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySets.BuilderA builder forSecurityposturePosturePolicySetsstatic classSecurityposturePosturePolicySets.Jsii$ProxyAn implementation forSecurityposturePosturePolicySets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySets.Builderbuilder()default StringgetDescription()Description of the policy set.ObjectgetPolicies()policies block.StringgetPolicySetId()ID of the policy set.
-
-
-
Method Detail
-
getPolicies
@Stability(Stable) @NotNull Object getPolicies()
policies block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#policies SecurityposturePosture#policies}
-
getPolicySetId
@Stability(Stable) @NotNull String getPolicySetId()
ID of the policy set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#policy_set_id SecurityposturePosture#policy_set_id}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the policy set.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 SecurityposturePosturePolicySets.Builder builder()
-
-