Interface FolderOrganizationPolicyListPolicyAllow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FolderOrganizationPolicyListPolicyAllow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.264Z") @Stability(Stable) public interface FolderOrganizationPolicyListPolicyAllow extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFolderOrganizationPolicyListPolicyAllow.BuilderA builder forFolderOrganizationPolicyListPolicyAllowstatic classFolderOrganizationPolicyListPolicyAllow.Jsii$ProxyAn implementation forFolderOrganizationPolicyListPolicyAllow
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FolderOrganizationPolicyListPolicyAllow.Builderbuilder()default ObjectgetAll()The policy allows or denies all values.default List<String>getValues()The policy can define specific values that are allowed or denied.
-
-
-
Method Detail
-
getAll
@Stability(Stable) @Nullable default Object getAll()
The policy allows or denies all values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#all FolderOrganizationPolicy#all}
-
getValues
@Stability(Stable) @Nullable default List<String> getValues()
The policy can define specific values that are allowed or denied.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#values FolderOrganizationPolicy#values}
-
builder
@Stability(Stable) static FolderOrganizationPolicyListPolicyAllow.Builder builder()
-
-