Federation

class Federation : KotlinCustomResource

Creates a metastore federation in a project and location.

Properties

Link copied to clipboard

A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.

Link copied to clipboard
val createTime: Output<String>

The time when the metastore federation was created.

Link copied to clipboard
val endpointUri: Output<String>

The federation endpoint.

Link copied to clipboard
val federationId: Output<String>

Required. The ID of the metastore federation, which is used as the final component of the metastore federation's name.This value must be between 2 and 63 characters long inclusive, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

User-defined labels for the metastore federation.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The relative resource name of the federation, of the form: projects/{project_number}/locations/{location_id}/federations/{federation_id}`.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format) A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

Link copied to clipboard
val state: Output<String>

The current state of the federation.

Link copied to clipboard
val stateMessage: Output<String>

Additional information about the current state of the metastore federation, if available.

Link copied to clipboard
val uid: Output<String>

The globally unique resource identifier of the metastore federation.

Link copied to clipboard
val updateTime: Output<String>

The time when the metastore federation was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

Immutable. The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.