ServiceArgs

data class ServiceArgs(val databaseType: Output<ServiceDatabaseType>? = null, val encryptionConfig: Output<EncryptionConfigArgs>? = null, val hiveMetastoreConfig: Output<HiveMetastoreConfigArgs>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val maintenanceWindow: Output<MaintenanceWindowArgs>? = null, val metadataIntegration: Output<MetadataIntegrationArgs>? = null, val name: Output<String>? = null, val network: Output<String>? = null, val networkConfig: Output<NetworkConfigArgs>? = null, val port: Output<Int>? = null, val project: Output<String>? = null, val releaseChannel: Output<ServiceReleaseChannel>? = null, val requestId: Output<String>? = null, val scalingConfig: Output<ScalingConfigArgs>? = null, val serviceId: Output<String>? = null, val telemetryConfig: Output<TelemetryConfigArgs>? = null, val tier: Output<ServiceTier>? = null) : ConvertibleToJava<ServiceArgs>

Creates a metastore service in a project and location.

Constructors

Link copied to clipboard
fun ServiceArgs(databaseType: Output<ServiceDatabaseType>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, hiveMetastoreConfig: Output<HiveMetastoreConfigArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, maintenanceWindow: Output<MaintenanceWindowArgs>? = null, metadataIntegration: Output<MetadataIntegrationArgs>? = null, name: Output<String>? = null, network: Output<String>? = null, networkConfig: Output<NetworkConfigArgs>? = null, port: Output<Int>? = null, project: Output<String>? = null, releaseChannel: Output<ServiceReleaseChannel>? = null, requestId: Output<String>? = null, scalingConfig: Output<ScalingConfigArgs>? = null, serviceId: Output<String>? = null, telemetryConfig: Output<TelemetryConfigArgs>? = null, tier: Output<ServiceTier>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceArgs

Properties

Link copied to clipboard
val databaseType: Output<ServiceDatabaseType>? = null

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

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

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

User-defined labels for the metastore service.

Link copied to clipboard
val location: Output<String>? = null
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
val name: Output<String>? = null

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>? = null

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
val networkConfig: Output<NetworkConfigArgs>? = null

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

Link copied to clipboard
val port: Output<Int>? = null

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

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

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

Link copied to clipboard
val requestId: Output<String>? = null

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 scalingConfig: Output<ScalingConfigArgs>? = null

Scaling configuration of the metastore service.

Link copied to clipboard
val serviceId: Output<String>? = null

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

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

Link copied to clipboard
val tier: Output<ServiceTier>? = null

The tier of the service.