Interface SecurityposturePostureConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SecurityposturePostureConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.688Z") @Stability(Stable) public interface SecurityposturePostureConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePostureConfig.BuilderA builder forSecurityposturePostureConfigstatic classSecurityposturePostureConfig.Jsii$ProxyAn implementation forSecurityposturePostureConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePostureConfig.Builderbuilder()default StringgetDescription()Description of the posture.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#id SecurityposturePosture#id}.StringgetLocation()Location of the resource, eg: global.StringgetParent()The parent of the resource, an organization.ObjectgetPolicySets()policy_sets block.StringgetPostureId()Id of the posture.StringgetState()State of the posture.default SecurityposturePostureTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Location of the resource, eg: global.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#location SecurityposturePosture#location}
-
getParent
@Stability(Stable) @NotNull String getParent()
The parent of the resource, an organization. Format should be 'organizations/{organization_id}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#parent SecurityposturePosture#parent}
-
getPolicySets
@Stability(Stable) @NotNull Object getPolicySets()
policy_sets block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#policy_sets SecurityposturePosture#policy_sets}
-
getPostureId
@Stability(Stable) @NotNull String getPostureId()
Id of the posture. It is an immutable field.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#posture_id SecurityposturePosture#posture_id}
-
getState
@Stability(Stable) @NotNull String getState()
State of the posture.Update to state field should not be triggered along with with other field updates. Possible values: ["DEPRECATED", "DRAFT", "ACTIVE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#state SecurityposturePosture#state}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the posture.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#description SecurityposturePosture#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#id SecurityposturePosture#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTimeouts
@Stability(Stable) @Nullable default SecurityposturePostureTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#timeouts SecurityposturePosture#timeouts}
-
builder
@Stability(Stable) static SecurityposturePostureConfig.Builder builder()
-
-