Class FolderOrganizationPolicyListPolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.folder_organization_policy.FolderOrganizationPolicyListPolicy.Jsii$Proxy
-
- All Implemented Interfaces:
FolderOrganizationPolicyListPolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FolderOrganizationPolicyListPolicy
@Stability(Stable) @Internal public static final class FolderOrganizationPolicyListPolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FolderOrganizationPolicyListPolicy
An implementation forFolderOrganizationPolicyListPolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.folder_organization_policy.FolderOrganizationPolicyListPolicy
FolderOrganizationPolicyListPolicy.Builder, FolderOrganizationPolicyListPolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FolderOrganizationPolicyListPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theFolderOrganizationPolicyListPolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)FolderOrganizationPolicyListPolicyAllowgetAllow()allow block.FolderOrganizationPolicyListPolicyDenygetDeny()deny block.ObjectgetInheritFromParent()If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.StringgetSuggestedValue()The Google Cloud Console will try to default to a configuration that matches the value specified in this field.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(FolderOrganizationPolicyListPolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theFolderOrganizationPolicyListPolicy.Builder.
-
-
Method Detail
-
getAllow
public final FolderOrganizationPolicyListPolicyAllow getAllow()
Description copied from interface:FolderOrganizationPolicyListPolicyallow block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#allow FolderOrganizationPolicy#allow}
- Specified by:
getAllowin interfaceFolderOrganizationPolicyListPolicy
-
getDeny
public final FolderOrganizationPolicyListPolicyDeny getDeny()
Description copied from interface:FolderOrganizationPolicyListPolicydeny block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#deny FolderOrganizationPolicy#deny}
- Specified by:
getDenyin interfaceFolderOrganizationPolicyListPolicy
-
getInheritFromParent
public final Object getInheritFromParent()
Description copied from interface:FolderOrganizationPolicyListPolicyIf set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#inherit_from_parent FolderOrganizationPolicy#inherit_from_parent}
- Specified by:
getInheritFromParentin interfaceFolderOrganizationPolicyListPolicy
-
getSuggestedValue
public final String getSuggestedValue()
Description copied from interface:FolderOrganizationPolicyListPolicyThe Google Cloud Console will try to default to a configuration that matches the value specified in this field.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#suggested_value FolderOrganizationPolicy#suggested_value}
- Specified by:
getSuggestedValuein interfaceFolderOrganizationPolicyListPolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-