Interface SecurityposturePostureDeploymentConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SecurityposturePostureDeploymentConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.712Z") @Stability(Stable) public interface SecurityposturePostureDeploymentConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePostureDeploymentConfig.BuilderA builder forSecurityposturePostureDeploymentConfigstatic classSecurityposturePostureDeploymentConfig.Jsii$ProxyAn implementation forSecurityposturePostureDeploymentConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePostureDeploymentConfig.Builderbuilder()default StringgetDescription()Description of the posture deployment.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#id SecurityposturePostureDeployment#id}.StringgetLocation()The location of the resource, eg.StringgetParent()The parent of the resource, an organization.StringgetPostureDeploymentId()ID of the posture deployment.StringgetPostureId()Relative name of the posture which needs to be deployed.StringgetPostureRevisionId()Revision_id the posture which needs to be deployed.StringgetTargetResource()The resource on which the posture should be deployed.default SecurityposturePostureDeploymentTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The 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_deployment#location SecurityposturePostureDeployment#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_deployment#parent SecurityposturePostureDeployment#parent}
-
getPostureDeploymentId
@Stability(Stable) @NotNull String getPostureDeploymentId()
ID of the posture deployment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#posture_deployment_id SecurityposturePostureDeployment#posture_deployment_id}
-
getPostureId
@Stability(Stable) @NotNull String getPostureId()
Relative name of the posture which needs to be deployed. It should be in the format: organizations/{organization_id}/locations/{location}/postures/{posture_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#posture_id SecurityposturePostureDeployment#posture_id}
-
getPostureRevisionId
@Stability(Stable) @NotNull String getPostureRevisionId()
Revision_id the posture which needs to be deployed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#posture_revision_id SecurityposturePostureDeployment#posture_revision_id}
-
getTargetResource
@Stability(Stable) @NotNull String getTargetResource()
The resource on which the posture should be deployed. This can be in one of the following formats: projects/{project_number}, folders/{folder_number}, organizations/{organization_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#target_resource SecurityposturePostureDeployment#target_resource}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Description of the posture deployment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#description SecurityposturePostureDeployment#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_deployment#id SecurityposturePostureDeployment#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 SecurityposturePostureDeploymentTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture_deployment#timeouts SecurityposturePostureDeployment#timeouts}
-
builder
@Stability(Stable) static SecurityposturePostureDeploymentConfig.Builder builder()
-
-