Package com.pulumi.gcp.dataproc.inputs
Class GetMetastoreFederationIamPolicyPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.dataproc.inputs.GetMetastoreFederationIamPolicyPlainArgs
-
public final class GetMetastoreFederationIamPolicyPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetMetastoreFederationIamPolicyPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetMetastoreFederationIamPolicyPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMetastoreFederationIamPolicyPlainArgs.Builder
builder()
static GetMetastoreFederationIamPolicyPlainArgs.Builder
builder(GetMetastoreFederationIamPolicyPlainArgs defaults)
java.lang.String
federationId()
java.util.Optional<java.lang.String>
location()
java.util.Optional<java.lang.String>
project()
-
-
-
Field Detail
-
Empty
public static final GetMetastoreFederationIamPolicyPlainArgs Empty
-
-
Method Detail
-
federationId
public java.lang.String federationId()
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The location where the metastore federation should reside. Used to find the parent resource to bind the IAM policy to
-
project
public java.util.Optional<java.lang.String> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
-
builder
public static GetMetastoreFederationIamPolicyPlainArgs.Builder builder()
-
builder
public static GetMetastoreFederationIamPolicyPlainArgs.Builder builder(GetMetastoreFederationIamPolicyPlainArgs defaults)
-
-