Service

class Service : KotlinCustomResource

Creates a metastore service in a project and location.

Properties

Link copied to clipboard
val artifactGcsUri: Output<String>

A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

Link copied to clipboard
val createTime: Output<String>

The time when the metastore service was created.

Link copied to clipboard
val databaseType: Output<String>

Immutable. The database type that the Metastore service stores its data.

Link copied to clipboard

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

Link copied to clipboard
val endpointUri: Output<String>

The URI of the endpoint used to access the metastore service.

Link copied to clipboard

Configuration information specific to running Hive metastore software as the metastore service.

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

User-defined labels for the metastore service.

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

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.

Link copied to clipboard

The setting that defines how metastore metadata should be integrated with external services and systems.

Link copied to clipboard

The metadata management activities of the metastore service.

Link copied to clipboard
val name: Output<String>

Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.

Link copied to clipboard
val network: Output<String>

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.

Link copied to clipboard

The configuration specifying the network settings for the Dataproc Metastore service.

Link copied to clipboard
val port: Output<Int>

The TCP port at which the metastore service is reached. Default: 9083.

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 releaseChannel: Output<String>

Immutable. The release channel of the service. If unspecified, defaults to STABLE.

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

Scaling configuration of the metastore service.

Link copied to clipboard
val serviceId: Output<String>

Required. The ID of the metastore service, which is used as the final component of the metastore service'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 state: Output<String>

The current state of the metastore service.

Link copied to clipboard
val stateMessage: Output<String>

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

Link copied to clipboard

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

Link copied to clipboard
val tier: Output<String>

The tier of the service.

Link copied to clipboard
val uid: Output<String>

The globally unique resource identifier of the metastore service.

Link copied to clipboard
val updateTime: Output<String>

The time when the metastore service was last updated.

Link copied to clipboard
val urn: Output<String>