Class GetFolderPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.organizations.inputs.GetFolderPlainArgs
-
public final class GetFolderPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFolderPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetFolderPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFolderPlainArgs.Builder
builder()
static GetFolderPlainArgs.Builder
builder(GetFolderPlainArgs defaults)
java.lang.String
folder()
java.util.Optional<java.lang.Boolean>
lookupOrganization()
-
-
-
Field Detail
-
Empty
public static final GetFolderPlainArgs Empty
-
-
Method Detail
-
folder
public java.lang.String folder()
- Returns:
- The name of the Folder in the form `{folder_id}` or `folders/{folder_id}`.
-
lookupOrganization
public java.util.Optional<java.lang.Boolean> lookupOrganization()
- Returns:
- `true` to find the organization that the folder belongs, `false` to avoid the lookup. It searches up the tree. (defaults to `false`)
-
builder
public static GetFolderPlainArgs.Builder builder()
-
builder
public static GetFolderPlainArgs.Builder builder(GetFolderPlainArgs defaults)
-
-