Service Args
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
Properties
Link copied to clipboard
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
Link copied to clipboard