Interface OrgPolicyPolicyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
OrgPolicyPolicyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.220Z") @Stability(Stable) public interface OrgPolicyPolicyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrgPolicyPolicyConfig.BuilderA builder forOrgPolicyPolicyConfigstatic classOrgPolicyPolicyConfig.Jsii$ProxyAn implementation forOrgPolicyPolicyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OrgPolicyPolicyConfig.Builderbuilder()default OrgPolicyPolicyDryRunSpecgetDryRunSpec()dry_run_spec block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#id OrgPolicyPolicy#id}.StringgetName()Immutable.StringgetParent()The parent of the resource.default OrgPolicyPolicySpecgetSpec()spec block.default OrgPolicyPolicyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Immutable.The resource name of the Policy. Must be one of the following forms, where constraint_name is the name of the constraint which this Policy configures: * 'projects/{project_number}/policies/{constraint_name}' * 'folders/{folder_id}/policies/{constraint_name}' * 'organizations/{organization_id}/policies/{constraint_name}' For example, "projects/123/policies/compute.disableSerialPortAccess". Note: 'projects/{project_id}/policies/{constraint_name}' is also an acceptable name for API requests, but responses will return the name using the equivalent project number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#name OrgPolicyPolicy#name}
-
getParent
@Stability(Stable) @NotNull String getParent()
The parent of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#parent OrgPolicyPolicy#parent}
-
getDryRunSpec
@Stability(Stable) @Nullable default OrgPolicyPolicyDryRunSpec getDryRunSpec()
dry_run_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#dry_run_spec OrgPolicyPolicy#dry_run_spec}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#id OrgPolicyPolicy#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.
-
getSpec
@Stability(Stable) @Nullable default OrgPolicyPolicySpec getSpec()
spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#spec OrgPolicyPolicy#spec}
-
getTimeouts
@Stability(Stable) @Nullable default OrgPolicyPolicyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#timeouts OrgPolicyPolicy#timeouts}
-
builder
@Stability(Stable) static OrgPolicyPolicyConfig.Builder builder()
- Returns:
- a
OrgPolicyPolicyConfig.BuilderofOrgPolicyPolicyConfig
-
-