Class MetastoreFederationIamBindingState


  • public final class MetastoreFederationIamBindingState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • etag

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> etag()
        Returns:
        (Computed) The etag of the IAM policy.
      • federationId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> federationId()
      • location

        public java.util.Optional<com.pulumi.core.Output<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
      • members

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> members()
      • project

        public java.util.Optional<com.pulumi.core.Output<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.
      • role

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> role()
        Returns:
        The role that should be applied. Only one `gcp.dataproc.MetastoreFederationIamBinding` can be used per role. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.