Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.metastore/v1alpha.Service
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a metastore service in a project and location.
Create Service Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Service(name: string, args: ServiceArgs, opts?: CustomResourceOptions);
@overload
def Service(resource_name: str,
args: ServiceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Service(resource_name: str,
opts: Optional[ResourceOptions] = None,
service_id: Optional[str] = None,
network: Optional[str] = None,
maintenance_window: Optional[MaintenanceWindowArgs] = None,
network_config: Optional[NetworkConfigArgs] = None,
location: Optional[str] = None,
port: Optional[int] = None,
metadata_integration: Optional[MetadataIntegrationArgs] = None,
name: Optional[str] = None,
project: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
hive_metastore_config: Optional[HiveMetastoreConfigArgs] = None,
database_type: Optional[ServiceDatabaseType] = None,
release_channel: Optional[ServiceReleaseChannel] = None,
request_id: Optional[str] = None,
scaling_config: Optional[ScalingConfigArgs] = None,
encryption_config: Optional[EncryptionConfigArgs] = None,
telemetry_config: Optional[TelemetryConfigArgs] = None,
tier: Optional[ServiceTier] = None)
func NewService(ctx *Context, name string, args ServiceArgs, opts ...ResourceOption) (*Service, error)
public Service(string name, ServiceArgs args, CustomResourceOptions? opts = null)
public Service(String name, ServiceArgs args)
public Service(String name, ServiceArgs args, CustomResourceOptions options)
type: google-native:metastore/v1alpha:Service
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeServiceResource = new GoogleNative.Metastore.V1Alpha.Service("google-nativeServiceResource", new()
{
ServiceId = "string",
Network = "string",
MaintenanceWindow = new GoogleNative.Metastore.V1Alpha.Inputs.MaintenanceWindowArgs
{
DayOfWeek = GoogleNative.Metastore.V1Alpha.MaintenanceWindowDayOfWeek.DayOfWeekUnspecified,
HourOfDay = 0,
},
NetworkConfig = new GoogleNative.Metastore.V1Alpha.Inputs.NetworkConfigArgs
{
Consumers = new[]
{
new GoogleNative.Metastore.V1Alpha.Inputs.ConsumerArgs
{
Subnetwork = "string",
},
},
CustomRoutesEnabled = false,
},
Location = "string",
Port = 0,
MetadataIntegration = new GoogleNative.Metastore.V1Alpha.Inputs.MetadataIntegrationArgs
{
DataCatalogConfig = new GoogleNative.Metastore.V1Alpha.Inputs.DataCatalogConfigArgs
{
Enabled = false,
},
DataplexConfig = new GoogleNative.Metastore.V1Alpha.Inputs.DataplexConfigArgs
{
LakeResources =
{
{ "string", "string" },
},
},
},
Name = "string",
Project = "string",
Labels =
{
{ "string", "string" },
},
HiveMetastoreConfig = new GoogleNative.Metastore.V1Alpha.Inputs.HiveMetastoreConfigArgs
{
AuxiliaryVersions =
{
{ "string", "string" },
},
ConfigOverrides =
{
{ "string", "string" },
},
EndpointProtocol = GoogleNative.Metastore.V1Alpha.HiveMetastoreConfigEndpointProtocol.EndpointProtocolUnspecified,
KerberosConfig = new GoogleNative.Metastore.V1Alpha.Inputs.KerberosConfigArgs
{
Keytab = new GoogleNative.Metastore.V1Alpha.Inputs.SecretArgs
{
CloudSecret = "string",
},
Krb5ConfigGcsUri = "string",
Principal = "string",
},
Version = "string",
},
DatabaseType = GoogleNative.Metastore.V1Alpha.ServiceDatabaseType.DatabaseTypeUnspecified,
ReleaseChannel = GoogleNative.Metastore.V1Alpha.ServiceReleaseChannel.ReleaseChannelUnspecified,
RequestId = "string",
ScalingConfig = new GoogleNative.Metastore.V1Alpha.Inputs.ScalingConfigArgs
{
InstanceSize = GoogleNative.Metastore.V1Alpha.ScalingConfigInstanceSize.InstanceSizeUnspecified,
ScalingFactor = 0,
},
EncryptionConfig = new GoogleNative.Metastore.V1Alpha.Inputs.EncryptionConfigArgs
{
KmsKey = "string",
},
TelemetryConfig = new GoogleNative.Metastore.V1Alpha.Inputs.TelemetryConfigArgs
{
LogFormat = GoogleNative.Metastore.V1Alpha.TelemetryConfigLogFormat.LogFormatUnspecified,
},
Tier = GoogleNative.Metastore.V1Alpha.ServiceTier.TierUnspecified,
});
example, err := metastorev1alpha.NewService(ctx, "google-nativeServiceResource", &metastorev1alpha.ServiceArgs{
ServiceId: pulumi.String("string"),
Network: pulumi.String("string"),
MaintenanceWindow: &metastore.MaintenanceWindowArgs{
DayOfWeek: metastorev1alpha.MaintenanceWindowDayOfWeekDayOfWeekUnspecified,
HourOfDay: pulumi.Int(0),
},
NetworkConfig: &metastore.NetworkConfigArgs{
Consumers: metastore.ConsumerArray{
&metastore.ConsumerArgs{
Subnetwork: pulumi.String("string"),
},
},
CustomRoutesEnabled: pulumi.Bool(false),
},
Location: pulumi.String("string"),
Port: pulumi.Int(0),
MetadataIntegration: &metastore.MetadataIntegrationArgs{
DataCatalogConfig: &metastore.DataCatalogConfigArgs{
Enabled: pulumi.Bool(false),
},
DataplexConfig: &metastore.DataplexConfigArgs{
LakeResources: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
Project: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
HiveMetastoreConfig: &metastore.HiveMetastoreConfigArgs{
AuxiliaryVersions: pulumi.StringMap{
"string": pulumi.String("string"),
},
ConfigOverrides: pulumi.StringMap{
"string": pulumi.String("string"),
},
EndpointProtocol: metastorev1alpha.HiveMetastoreConfigEndpointProtocolEndpointProtocolUnspecified,
KerberosConfig: &metastore.KerberosConfigArgs{
Keytab: &metastore.SecretArgs{
CloudSecret: pulumi.String("string"),
},
Krb5ConfigGcsUri: pulumi.String("string"),
Principal: pulumi.String("string"),
},
Version: pulumi.String("string"),
},
DatabaseType: metastorev1alpha.ServiceDatabaseTypeDatabaseTypeUnspecified,
ReleaseChannel: metastorev1alpha.ServiceReleaseChannelReleaseChannelUnspecified,
RequestId: pulumi.String("string"),
ScalingConfig: &metastore.ScalingConfigArgs{
InstanceSize: metastorev1alpha.ScalingConfigInstanceSizeInstanceSizeUnspecified,
ScalingFactor: pulumi.Float64(0),
},
EncryptionConfig: &metastore.EncryptionConfigArgs{
KmsKey: pulumi.String("string"),
},
TelemetryConfig: &metastore.TelemetryConfigArgs{
LogFormat: metastorev1alpha.TelemetryConfigLogFormatLogFormatUnspecified,
},
Tier: metastorev1alpha.ServiceTierTierUnspecified,
})
var google_nativeServiceResource = new Service("google-nativeServiceResource", ServiceArgs.builder()
.serviceId("string")
.network("string")
.maintenanceWindow(MaintenanceWindowArgs.builder()
.dayOfWeek("DAY_OF_WEEK_UNSPECIFIED")
.hourOfDay(0)
.build())
.networkConfig(NetworkConfigArgs.builder()
.consumers(ConsumerArgs.builder()
.subnetwork("string")
.build())
.customRoutesEnabled(false)
.build())
.location("string")
.port(0)
.metadataIntegration(MetadataIntegrationArgs.builder()
.dataCatalogConfig(DataCatalogConfigArgs.builder()
.enabled(false)
.build())
.dataplexConfig(DataplexConfigArgs.builder()
.lakeResources(Map.of("string", "string"))
.build())
.build())
.name("string")
.project("string")
.labels(Map.of("string", "string"))
.hiveMetastoreConfig(HiveMetastoreConfigArgs.builder()
.auxiliaryVersions(Map.of("string", "string"))
.configOverrides(Map.of("string", "string"))
.endpointProtocol("ENDPOINT_PROTOCOL_UNSPECIFIED")
.kerberosConfig(KerberosConfigArgs.builder()
.keytab(SecretArgs.builder()
.cloudSecret("string")
.build())
.krb5ConfigGcsUri("string")
.principal("string")
.build())
.version("string")
.build())
.databaseType("DATABASE_TYPE_UNSPECIFIED")
.releaseChannel("RELEASE_CHANNEL_UNSPECIFIED")
.requestId("string")
.scalingConfig(ScalingConfigArgs.builder()
.instanceSize("INSTANCE_SIZE_UNSPECIFIED")
.scalingFactor(0)
.build())
.encryptionConfig(EncryptionConfigArgs.builder()
.kmsKey("string")
.build())
.telemetryConfig(TelemetryConfigArgs.builder()
.logFormat("LOG_FORMAT_UNSPECIFIED")
.build())
.tier("TIER_UNSPECIFIED")
.build());
google_native_service_resource = google_native.metastore.v1alpha.Service("google-nativeServiceResource",
service_id="string",
network="string",
maintenance_window=google_native.metastore.v1alpha.MaintenanceWindowArgs(
day_of_week=google_native.metastore.v1alpha.MaintenanceWindowDayOfWeek.DAY_OF_WEEK_UNSPECIFIED,
hour_of_day=0,
),
network_config=google_native.metastore.v1alpha.NetworkConfigArgs(
consumers=[google_native.metastore.v1alpha.ConsumerArgs(
subnetwork="string",
)],
custom_routes_enabled=False,
),
location="string",
port=0,
metadata_integration=google_native.metastore.v1alpha.MetadataIntegrationArgs(
data_catalog_config=google_native.metastore.v1alpha.DataCatalogConfigArgs(
enabled=False,
),
dataplex_config=google_native.metastore.v1alpha.DataplexConfigArgs(
lake_resources={
"string": "string",
},
),
),
name="string",
project="string",
labels={
"string": "string",
},
hive_metastore_config=google_native.metastore.v1alpha.HiveMetastoreConfigArgs(
auxiliary_versions={
"string": "string",
},
config_overrides={
"string": "string",
},
endpoint_protocol=google_native.metastore.v1alpha.HiveMetastoreConfigEndpointProtocol.ENDPOINT_PROTOCOL_UNSPECIFIED,
kerberos_config=google_native.metastore.v1alpha.KerberosConfigArgs(
keytab=google_native.metastore.v1alpha.SecretArgs(
cloud_secret="string",
),
krb5_config_gcs_uri="string",
principal="string",
),
version="string",
),
database_type=google_native.metastore.v1alpha.ServiceDatabaseType.DATABASE_TYPE_UNSPECIFIED,
release_channel=google_native.metastore.v1alpha.ServiceReleaseChannel.RELEASE_CHANNEL_UNSPECIFIED,
request_id="string",
scaling_config=google_native.metastore.v1alpha.ScalingConfigArgs(
instance_size=google_native.metastore.v1alpha.ScalingConfigInstanceSize.INSTANCE_SIZE_UNSPECIFIED,
scaling_factor=0,
),
encryption_config=google_native.metastore.v1alpha.EncryptionConfigArgs(
kms_key="string",
),
telemetry_config=google_native.metastore.v1alpha.TelemetryConfigArgs(
log_format=google_native.metastore.v1alpha.TelemetryConfigLogFormat.LOG_FORMAT_UNSPECIFIED,
),
tier=google_native.metastore.v1alpha.ServiceTier.TIER_UNSPECIFIED)
const google_nativeServiceResource = new google_native.metastore.v1alpha.Service("google-nativeServiceResource", {
serviceId: "string",
network: "string",
maintenanceWindow: {
dayOfWeek: google_native.metastore.v1alpha.MaintenanceWindowDayOfWeek.DayOfWeekUnspecified,
hourOfDay: 0,
},
networkConfig: {
consumers: [{
subnetwork: "string",
}],
customRoutesEnabled: false,
},
location: "string",
port: 0,
metadataIntegration: {
dataCatalogConfig: {
enabled: false,
},
dataplexConfig: {
lakeResources: {
string: "string",
},
},
},
name: "string",
project: "string",
labels: {
string: "string",
},
hiveMetastoreConfig: {
auxiliaryVersions: {
string: "string",
},
configOverrides: {
string: "string",
},
endpointProtocol: google_native.metastore.v1alpha.HiveMetastoreConfigEndpointProtocol.EndpointProtocolUnspecified,
kerberosConfig: {
keytab: {
cloudSecret: "string",
},
krb5ConfigGcsUri: "string",
principal: "string",
},
version: "string",
},
databaseType: google_native.metastore.v1alpha.ServiceDatabaseType.DatabaseTypeUnspecified,
releaseChannel: google_native.metastore.v1alpha.ServiceReleaseChannel.ReleaseChannelUnspecified,
requestId: "string",
scalingConfig: {
instanceSize: google_native.metastore.v1alpha.ScalingConfigInstanceSize.InstanceSizeUnspecified,
scalingFactor: 0,
},
encryptionConfig: {
kmsKey: "string",
},
telemetryConfig: {
logFormat: google_native.metastore.v1alpha.TelemetryConfigLogFormat.LogFormatUnspecified,
},
tier: google_native.metastore.v1alpha.ServiceTier.TierUnspecified,
});
type: google-native:metastore/v1alpha:Service
properties:
databaseType: DATABASE_TYPE_UNSPECIFIED
encryptionConfig:
kmsKey: string
hiveMetastoreConfig:
auxiliaryVersions:
string: string
configOverrides:
string: string
endpointProtocol: ENDPOINT_PROTOCOL_UNSPECIFIED
kerberosConfig:
keytab:
cloudSecret: string
krb5ConfigGcsUri: string
principal: string
version: string
labels:
string: string
location: string
maintenanceWindow:
dayOfWeek: DAY_OF_WEEK_UNSPECIFIED
hourOfDay: 0
metadataIntegration:
dataCatalogConfig:
enabled: false
dataplexConfig:
lakeResources:
string: string
name: string
network: string
networkConfig:
consumers:
- subnetwork: string
customRoutesEnabled: false
port: 0
project: string
releaseChannel: RELEASE_CHANNEL_UNSPECIFIED
requestId: string
scalingConfig:
instanceSize: INSTANCE_SIZE_UNSPECIFIED
scalingFactor: 0
serviceId: string
telemetryConfig:
logFormat: LOG_FORMAT_UNSPECIFIED
tier: TIER_UNSPECIFIED
Service Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Service resource accepts the following input properties:
- Service
Id 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.
- Database
Type Pulumi.Google Native. Metastore. V1Alpha. Service Database Type - Immutable. The database type that the Metastore service stores its data.
- Encryption
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Encryption Config - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- Hive
Metastore Pulumi.Config Google Native. Metastore. V1Alpha. Inputs. Hive Metastore Config - Configuration information specific to running Hive metastore software as the metastore service.
- Labels Dictionary<string, string>
- User-defined labels for the metastore service.
- Location string
- Maintenance
Window Pulumi.Google Native. Metastore. V1Alpha. Inputs. Maintenance Window - 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.
- Metadata
Integration Pulumi.Google Native. Metastore. V1Alpha. Inputs. Metadata Integration - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- Name string
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- Network 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}.
- Network
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Network Config - The configuration specifying the network settings for the Dataproc Metastore service.
- Port int
- The TCP port at which the metastore service is reached. Default: 9083.
- Project string
- Release
Channel Pulumi.Google Native. Metastore. V1Alpha. Service Release Channel - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- Request
Id 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.
- Scaling
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Scaling Config - Scaling configuration of the metastore service.
- Telemetry
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Telemetry Config - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- Tier
Pulumi.
Google Native. Metastore. V1Alpha. Service Tier - The tier of the service.
- Service
Id 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.
- Database
Type ServiceDatabase Type - Immutable. The database type that the Metastore service stores its data.
- Encryption
Config EncryptionConfig Args - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- Hive
Metastore HiveConfig Metastore Config Args - Configuration information specific to running Hive metastore software as the metastore service.
- Labels map[string]string
- User-defined labels for the metastore service.
- Location string
- Maintenance
Window MaintenanceWindow Args - 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.
- Metadata
Integration MetadataIntegration Args - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- Name string
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- Network 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}.
- Network
Config NetworkConfig Args - The configuration specifying the network settings for the Dataproc Metastore service.
- Port int
- The TCP port at which the metastore service is reached. Default: 9083.
- Project string
- Release
Channel ServiceRelease Channel - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- Request
Id 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.
- Scaling
Config ScalingConfig Args - Scaling configuration of the metastore service.
- Telemetry
Config TelemetryConfig Args - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- Tier
Service
Tier - The tier of the service.
- service
Id 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.
- database
Type ServiceDatabase Type - Immutable. The database type that the Metastore service stores its data.
- encryption
Config EncryptionConfig - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- hive
Metastore HiveConfig Metastore Config - Configuration information specific to running Hive metastore software as the metastore service.
- labels Map<String,String>
- User-defined labels for the metastore service.
- location String
- maintenance
Window MaintenanceWindow - 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.
- metadata
Integration MetadataIntegration - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- name String
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network 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}.
- network
Config NetworkConfig - The configuration specifying the network settings for the Dataproc Metastore service.
- port Integer
- The TCP port at which the metastore service is reached. Default: 9083.
- project String
- release
Channel ServiceRelease Channel - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- request
Id 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.
- scaling
Config ScalingConfig - Scaling configuration of the metastore service.
- telemetry
Config TelemetryConfig - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
Service
Tier - The tier of the service.
- service
Id 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.
- database
Type ServiceDatabase Type - Immutable. The database type that the Metastore service stores its data.
- encryption
Config EncryptionConfig - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- hive
Metastore HiveConfig Metastore Config - Configuration information specific to running Hive metastore software as the metastore service.
- labels {[key: string]: string}
- User-defined labels for the metastore service.
- location string
- maintenance
Window MaintenanceWindow - 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.
- metadata
Integration MetadataIntegration - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- name string
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network 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}.
- network
Config NetworkConfig - The configuration specifying the network settings for the Dataproc Metastore service.
- port number
- The TCP port at which the metastore service is reached. Default: 9083.
- project string
- release
Channel ServiceRelease Channel - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- request
Id 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.
- scaling
Config ScalingConfig - Scaling configuration of the metastore service.
- telemetry
Config TelemetryConfig - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
Service
Tier - The tier of the service.
- service_
id str - 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.
- database_
type ServiceDatabase Type - Immutable. The database type that the Metastore service stores its data.
- encryption_
config EncryptionConfig Args - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- hive_
metastore_ Hiveconfig Metastore Config Args - Configuration information specific to running Hive metastore software as the metastore service.
- labels Mapping[str, str]
- User-defined labels for the metastore service.
- location str
- maintenance_
window MaintenanceWindow Args - 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.
- metadata_
integration MetadataIntegration Args - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- name str
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network str
- 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}.
- network_
config NetworkConfig Args - The configuration specifying the network settings for the Dataproc Metastore service.
- port int
- The TCP port at which the metastore service is reached. Default: 9083.
- project str
- release_
channel ServiceRelease Channel - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- request_
id str - 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.
- scaling_
config ScalingConfig Args - Scaling configuration of the metastore service.
- telemetry_
config TelemetryConfig Args - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
Service
Tier - The tier of the service.
- service
Id 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.
- database
Type "DATABASE_TYPE_UNSPECIFIED" | "MYSQL" | "SPANNER" - Immutable. The database type that the Metastore service stores its data.
- encryption
Config Property Map - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- hive
Metastore Property MapConfig - Configuration information specific to running Hive metastore software as the metastore service.
- labels Map<String>
- User-defined labels for the metastore service.
- location String
- maintenance
Window Property Map - 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.
- metadata
Integration Property Map - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- name String
- Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network 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}.
- network
Config Property Map - The configuration specifying the network settings for the Dataproc Metastore service.
- port Number
- The TCP port at which the metastore service is reached. Default: 9083.
- project String
- release
Channel "RELEASE_CHANNEL_UNSPECIFIED" | "CANARY" | "STABLE" - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- request
Id 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.
- scaling
Config Property Map - Scaling configuration of the metastore service.
- telemetry
Config Property Map - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier "TIER_UNSPECIFIED" | "DEVELOPER" | "ENTERPRISE"
- The tier of the service.
Outputs
All input properties are implicitly available as output properties. Additionally, the Service resource produces the following output properties:
- Artifact
Gcs stringUri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- Create
Time string - The time when the metastore service was created.
- Endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Management Pulumi.Activity Google Native. Metastore. V1Alpha. Outputs. Metadata Management Activity Response - The metadata management activities of the metastore service.
- State string
- The current state of the metastore service.
- State
Message string - Additional information about the current state of the metastore service, if available.
- Uid string
- The globally unique resource identifier of the metastore service.
- Update
Time string - The time when the metastore service was last updated.
- Artifact
Gcs stringUri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- Create
Time string - The time when the metastore service was created.
- Endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Management MetadataActivity Management Activity Response - The metadata management activities of the metastore service.
- State string
- The current state of the metastore service.
- State
Message string - Additional information about the current state of the metastore service, if available.
- Uid string
- The globally unique resource identifier of the metastore service.
- Update
Time string - The time when the metastore service was last updated.
- artifact
Gcs StringUri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time String - The time when the metastore service was created.
- endpoint
Uri String - The URI of the endpoint used to access the metastore service.
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Management MetadataActivity Management Activity Response - The metadata management activities of the metastore service.
- state String
- The current state of the metastore service.
- state
Message String - Additional information about the current state of the metastore service, if available.
- uid String
- The globally unique resource identifier of the metastore service.
- update
Time String - The time when the metastore service was last updated.
- artifact
Gcs stringUri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time string - The time when the metastore service was created.
- endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- id string
- The provider-assigned unique ID for this managed resource.
- metadata
Management MetadataActivity Management Activity Response - The metadata management activities of the metastore service.
- state string
- The current state of the metastore service.
- state
Message string - Additional information about the current state of the metastore service, if available.
- uid string
- The globally unique resource identifier of the metastore service.
- update
Time string - The time when the metastore service was last updated.
- artifact_
gcs_ struri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create_
time str - The time when the metastore service was created.
- endpoint_
uri str - The URI of the endpoint used to access the metastore service.
- id str
- The provider-assigned unique ID for this managed resource.
- metadata_
management_ Metadataactivity Management Activity Response - The metadata management activities of the metastore service.
- state str
- The current state of the metastore service.
- state_
message str - Additional information about the current state of the metastore service, if available.
- uid str
- The globally unique resource identifier of the metastore service.
- update_
time str - The time when the metastore service was last updated.
- artifact
Gcs StringUri - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time String - The time when the metastore service was created.
- endpoint
Uri String - The URI of the endpoint used to access the metastore service.
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Management Property MapActivity - The metadata management activities of the metastore service.
- state String
- The current state of the metastore service.
- state
Message String - Additional information about the current state of the metastore service, if available.
- uid String
- The globally unique resource identifier of the metastore service.
- update
Time String - The time when the metastore service was last updated.
Supporting Types
Consumer, ConsumerArgs
- Subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- Subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- subnetwork String
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- subnetwork str
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- subnetwork String
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
ConsumerResponse, ConsumerResponseArgs
- Endpoint
Location string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- Endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- Subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- Endpoint
Location string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- Endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- Subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- endpoint
Location String - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri String - The URI of the endpoint used to access the metastore service.
- subnetwork String
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- endpoint
Location string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri string - The URI of the endpoint used to access the metastore service.
- subnetwork string
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- endpoint_
location str - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint_
uri str - The URI of the endpoint used to access the metastore service.
- subnetwork str
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
- endpoint
Location String - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri String - The URI of the endpoint used to access the metastore service.
- subnetwork String
- Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}
DataCatalogConfig, DataCatalogConfigArgs
- Enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- Enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled Boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled Boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
DataCatalogConfigResponse, DataCatalogConfigResponseArgs
- Enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- Enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled Boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled bool
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
- enabled Boolean
- Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.
DataplexConfig, DataplexConfigArgs
- Lake
Resources Dictionary<string, string> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- Lake
Resources map[string]string - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources Map<String,String> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources {[key: string]: string} - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake_
resources Mapping[str, str] - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources Map<String> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
DataplexConfigResponse, DataplexConfigResponseArgs
- Lake
Resources Dictionary<string, string> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- Lake
Resources map[string]string - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources Map<String,String> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources {[key: string]: string} - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake_
resources Mapping[str, str] - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
- lake
Resources Map<String> - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
EncryptionConfig, EncryptionConfigArgs
- Kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- Kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key String - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms_
key str - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key String - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- Kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key String - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key string - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms_
key str - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
- kms
Key String - The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.
HiveMetastoreConfig, HiveMetastoreConfigArgs
- Auxiliary
Versions Dictionary<string, string> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- Config
Overrides Dictionary<string, string> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- Endpoint
Protocol Pulumi.Google Native. Metastore. V1Alpha. Hive Metastore Config Endpoint Protocol - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Kerberos Config - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- Version string
- Immutable. The Hive metastore schema version.
- Auxiliary
Versions map[string]string - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- Config
Overrides map[string]string - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- Endpoint
Protocol HiveMetastore Config Endpoint Protocol - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config KerberosConfig - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- Version string
- Immutable. The Hive metastore schema version.
- auxiliary
Versions Map<String,String> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides Map<String,String> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol HiveMetastore Config Endpoint Protocol - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config KerberosConfig - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version String
- Immutable. The Hive metastore schema version.
- auxiliary
Versions {[key: string]: string} - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides {[key: string]: string} - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol HiveMetastore Config Endpoint Protocol - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config KerberosConfig - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version string
- Immutable. The Hive metastore schema version.
- auxiliary_
versions Mapping[str, str] - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config_
overrides Mapping[str, str] - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint_
protocol HiveMetastore Config Endpoint Protocol - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos_
config KerberosConfig - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version str
- Immutable. The Hive metastore schema version.
- auxiliary
Versions Map<String> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides Map<String> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol "ENDPOINT_PROTOCOL_UNSPECIFIED" | "THRIFT" | "GRPC" - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config Property Map - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version String
- Immutable. The Hive metastore schema version.
HiveMetastoreConfigEndpointProtocol, HiveMetastoreConfigEndpointProtocolArgs
- Endpoint
Protocol Unspecified - ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- Thrift
- THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- Grpc
- GRPCUse the modernized gRPC protocol for the metastore service endpoint.
- Hive
Metastore Config Endpoint Protocol Endpoint Protocol Unspecified - ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- Hive
Metastore Config Endpoint Protocol Thrift - THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- Hive
Metastore Config Endpoint Protocol Grpc - GRPCUse the modernized gRPC protocol for the metastore service endpoint.
- Endpoint
Protocol Unspecified - ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- Thrift
- THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- Grpc
- GRPCUse the modernized gRPC protocol for the metastore service endpoint.
- Endpoint
Protocol Unspecified - ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- Thrift
- THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- Grpc
- GRPCUse the modernized gRPC protocol for the metastore service endpoint.
- ENDPOINT_PROTOCOL_UNSPECIFIED
- ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- THRIFT
- THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- GRPC
- GRPCUse the modernized gRPC protocol for the metastore service endpoint.
- "ENDPOINT_PROTOCOL_UNSPECIFIED"
- ENDPOINT_PROTOCOL_UNSPECIFIEDThe protocol is not set.
- "THRIFT"
- THRIFTUse the legacy Apache Thrift protocol for the metastore service endpoint.
- "GRPC"
- GRPCUse the modernized gRPC protocol for the metastore service endpoint.
HiveMetastoreConfigResponse, HiveMetastoreConfigResponseArgs
- Auxiliary
Versions Dictionary<string, string> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- Config
Overrides Dictionary<string, string> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- Endpoint
Protocol string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Kerberos Config Response - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- Version string
- Immutable. The Hive metastore schema version.
- Auxiliary
Versions map[string]string - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- Config
Overrides map[string]string - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- Endpoint
Protocol string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config KerberosConfig Response - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- Version string
- Immutable. The Hive metastore schema version.
- auxiliary
Versions Map<String,String> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides Map<String,String> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol String - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config KerberosConfig Response - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version String
- Immutable. The Hive metastore schema version.
- auxiliary
Versions {[key: string]: string} - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides {[key: string]: string} - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config KerberosConfig Response - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version string
- Immutable. The Hive metastore schema version.
- auxiliary_
versions Mapping[str, str] - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config_
overrides Mapping[str, str] - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint_
protocol str - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos_
config KerberosConfig Response - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version str
- Immutable. The Hive metastore schema version.
- auxiliary
Versions Map<String> - A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.
- config
Overrides Map<String> - A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
- endpoint
Protocol String - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config Property Map - Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
- version String
- Immutable. The Hive metastore schema version.
KerberosConfig, KerberosConfigArgs
- Keytab
Pulumi.
Google Native. Metastore. V1Alpha. Inputs. Secret - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- Krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- Principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- Keytab Secret
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- Krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- Principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab Secret
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs StringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal String
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab Secret
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab Secret
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5_
config_ strgcs_ uri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal str
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab Property Map
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs StringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal String
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
KerberosConfigResponse, KerberosConfigResponseArgs
- Keytab
Pulumi.
Google Native. Metastore. V1Alpha. Inputs. Secret Response - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- Krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- Principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- Keytab
Secret
Response - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- Krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- Principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab
Secret
Response - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs StringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal String
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab
Secret
Response - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs stringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal string
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab
Secret
Response - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5_
config_ strgcs_ uri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal str
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
- keytab Property Map
- A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs StringUri - A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.
- principal String
- A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form primary/instance@REALM, but there is no exact format.
MaintenanceWindow, MaintenanceWindowArgs
- Day
Of Pulumi.Week Google Native. Metastore. V1Alpha. Maintenance Window Day Of Week - The day of week, when the window starts.
- Hour
Of intDay - The hour of day (0-23) when the window starts.
- Day
Of MaintenanceWeek Window Day Of Week - The day of week, when the window starts.
- Hour
Of intDay - The hour of day (0-23) when the window starts.
- day
Of MaintenanceWeek Window Day Of Week - The day of week, when the window starts.
- hour
Of IntegerDay - The hour of day (0-23) when the window starts.
- day
Of MaintenanceWeek Window Day Of Week - The day of week, when the window starts.
- hour
Of numberDay - The hour of day (0-23) when the window starts.
- day_
of_ Maintenanceweek Window Day Of Week - The day of week, when the window starts.
- hour_
of_ intday - The hour of day (0-23) when the window starts.
- day
Of "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"Week - The day of week, when the window starts.
- hour
Of NumberDay - The hour of day (0-23) when the window starts.
MaintenanceWindowDayOfWeek, MaintenanceWindowDayOfWeekArgs
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Maintenance
Window Day Of Week Day Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Maintenance
Window Day Of Week Monday - MONDAYMonday
- Maintenance
Window Day Of Week Tuesday - TUESDAYTuesday
- Maintenance
Window Day Of Week Wednesday - WEDNESDAYWednesday
- Maintenance
Window Day Of Week Thursday - THURSDAYThursday
- Maintenance
Window Day Of Week Friday - FRIDAYFriday
- Maintenance
Window Day Of Week Saturday - SATURDAYSaturday
- Maintenance
Window Day Of Week Sunday - SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- DAY_OF_WEEK_UNSPECIFIED
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- MONDAY
- MONDAYMonday
- TUESDAY
- TUESDAYTuesday
- WEDNESDAY
- WEDNESDAYWednesday
- THURSDAY
- THURSDAYThursday
- FRIDAY
- FRIDAYFriday
- SATURDAY
- SATURDAYSaturday
- SUNDAY
- SUNDAYSunday
- "DAY_OF_WEEK_UNSPECIFIED"
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- "MONDAY"
- MONDAYMonday
- "TUESDAY"
- TUESDAYTuesday
- "WEDNESDAY"
- WEDNESDAYWednesday
- "THURSDAY"
- THURSDAYThursday
- "FRIDAY"
- FRIDAYFriday
- "SATURDAY"
- SATURDAYSaturday
- "SUNDAY"
- SUNDAYSunday
MaintenanceWindowResponse, MaintenanceWindowResponseArgs
- day_
of_ strweek - The day of week, when the window starts.
- hour_
of_ intday - The hour of day (0-23) when the window starts.
MetadataExportResponse, MetadataExportResponseArgs
- Database
Dump stringType - The type of the database dump.
- Destination
Gcs stringUri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- End
Time string - The time when the export ended.
- Start
Time string - The time when the export started.
- State string
- The current state of the export.
- Database
Dump stringType - The type of the database dump.
- Destination
Gcs stringUri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- End
Time string - The time when the export ended.
- Start
Time string - The time when the export started.
- State string
- The current state of the export.
- database
Dump StringType - The type of the database dump.
- destination
Gcs StringUri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time String - The time when the export ended.
- start
Time String - The time when the export started.
- state String
- The current state of the export.
- database
Dump stringType - The type of the database dump.
- destination
Gcs stringUri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time string - The time when the export ended.
- start
Time string - The time when the export started.
- state string
- The current state of the export.
- database_
dump_ strtype - The type of the database dump.
- destination_
gcs_ struri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end_
time str - The time when the export ended.
- start_
time str - The time when the export started.
- state str
- The current state of the export.
- database
Dump StringType - The type of the database dump.
- destination
Gcs StringUri - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time String - The time when the export ended.
- start
Time String - The time when the export started.
- state String
- The current state of the export.
MetadataIntegration, MetadataIntegrationArgs
- Data
Catalog Pulumi.Config Google Native. Metastore. V1Alpha. Inputs. Data Catalog Config - Optional. The integration config for the Data Catalog service.
- Dataplex
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Dataplex Config - The integration config for the Dataplex service.
- Data
Catalog DataConfig Catalog Config - Optional. The integration config for the Data Catalog service.
- Dataplex
Config DataplexConfig - The integration config for the Dataplex service.
- data
Catalog DataConfig Catalog Config - Optional. The integration config for the Data Catalog service.
- dataplex
Config DataplexConfig - The integration config for the Dataplex service.
- data
Catalog DataConfig Catalog Config - Optional. The integration config for the Data Catalog service.
- dataplex
Config DataplexConfig - The integration config for the Dataplex service.
- data_
catalog_ Dataconfig Catalog Config - Optional. The integration config for the Data Catalog service.
- dataplex_
config DataplexConfig - The integration config for the Dataplex service.
- data
Catalog Property MapConfig - Optional. The integration config for the Data Catalog service.
- dataplex
Config Property Map - The integration config for the Dataplex service.
MetadataIntegrationResponse, MetadataIntegrationResponseArgs
- Data
Catalog Pulumi.Config Google Native. Metastore. V1Alpha. Inputs. Data Catalog Config Response - Optional. The integration config for the Data Catalog service.
- Dataplex
Config Pulumi.Google Native. Metastore. V1Alpha. Inputs. Dataplex Config Response - The integration config for the Dataplex service.
- Data
Catalog DataConfig Catalog Config Response - Optional. The integration config for the Data Catalog service.
- Dataplex
Config DataplexConfig Response - The integration config for the Dataplex service.
- data
Catalog DataConfig Catalog Config Response - Optional. The integration config for the Data Catalog service.
- dataplex
Config DataplexConfig Response - The integration config for the Dataplex service.
- data
Catalog DataConfig Catalog Config Response - Optional. The integration config for the Data Catalog service.
- dataplex
Config DataplexConfig Response - The integration config for the Dataplex service.
- data_
catalog_ Dataconfig Catalog Config Response - Optional. The integration config for the Data Catalog service.
- dataplex_
config DataplexConfig Response - The integration config for the Dataplex service.
- data
Catalog Property MapConfig - Optional. The integration config for the Data Catalog service.
- dataplex
Config Property Map - The integration config for the Dataplex service.
MetadataManagementActivityResponse, MetadataManagementActivityResponseArgs
- Metadata
Exports List<Pulumi.Google Native. Metastore. V1Alpha. Inputs. Metadata Export Response> - The latest metadata exports of the metastore service.
- Restores
List<Pulumi.
Google Native. Metastore. V1Alpha. Inputs. Restore Response> - The latest restores of the metastore service.
- Metadata
Exports []MetadataExport Response - The latest metadata exports of the metastore service.
- Restores
[]Restore
Response - The latest restores of the metastore service.
- metadata
Exports List<MetadataExport Response> - The latest metadata exports of the metastore service.
- restores
List<Restore
Response> - The latest restores of the metastore service.
- metadata
Exports MetadataExport Response[] - The latest metadata exports of the metastore service.
- restores
Restore
Response[] - The latest restores of the metastore service.
- metadata_
exports Sequence[MetadataExport Response] - The latest metadata exports of the metastore service.
- restores
Sequence[Restore
Response] - The latest restores of the metastore service.
- metadata
Exports List<Property Map> - The latest metadata exports of the metastore service.
- restores List<Property Map>
- The latest restores of the metastore service.
NetworkConfig, NetworkConfigArgs
- Consumers
List<Pulumi.
Google Native. Metastore. V1Alpha. Inputs. Consumer> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- Custom
Routes boolEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- Consumers []Consumer
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- Custom
Routes boolEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers List<Consumer>
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes BooleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers Consumer[]
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes booleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers Sequence[Consumer]
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom_
routes_ boolenabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers List<Property Map>
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes BooleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
NetworkConfigResponse, NetworkConfigResponseArgs
- Consumers
List<Pulumi.
Google Native. Metastore. V1Alpha. Inputs. Consumer Response> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- Custom
Routes boolEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- Consumers
[]Consumer
Response - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- Custom
Routes boolEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers
List<Consumer
Response> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes BooleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers
Consumer
Response[] - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes booleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers
Sequence[Consumer
Response] - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom_
routes_ boolenabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
- consumers List<Property Map>
- Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- custom
Routes BooleanEnabled - Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
RestoreResponse, RestoreResponseArgs
- Backup string
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- Backup
Location string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- Details string
- The restore details containing the revision of the service to be restored to, in format of JSON.
- End
Time string - The time when the restore ended.
- Start
Time string - The time when the restore started.
- State string
- The current state of the restore.
- Type string
- The type of restore.
- Backup string
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- Backup
Location string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- Details string
- The restore details containing the revision of the service to be restored to, in format of JSON.
- End
Time string - The time when the restore ended.
- Start
Time string - The time when the restore started.
- State string
- The current state of the restore.
- Type string
- The type of restore.
- backup String
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- backup
Location String - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details String
- The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time String - The time when the restore ended.
- start
Time String - The time when the restore started.
- state String
- The current state of the restore.
- type String
- The type of restore.
- backup string
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- backup
Location string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details string
- The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time string - The time when the restore ended.
- start
Time string - The time when the restore started.
- state string
- The current state of the restore.
- type string
- The type of restore.
- backup str
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- backup_
location str - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details str
- The restore details containing the revision of the service to be restored to, in format of JSON.
- end_
time str - The time when the restore ended.
- start_
time str - The time when the restore started.
- state str
- The current state of the restore.
- type str
- The type of restore.
- backup String
- The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
- backup
Location String - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details String
- The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time String - The time when the restore ended.
- start
Time String - The time when the restore started.
- state String
- The current state of the restore.
- type String
- The type of restore.
ScalingConfig, ScalingConfigArgs
- Instance
Size Pulumi.Google Native. Metastore. V1Alpha. Scaling Config Instance Size - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- Scaling
Factor double - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- Instance
Size ScalingConfig Instance Size - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- Scaling
Factor float64 - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size ScalingConfig Instance Size - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor Double - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size ScalingConfig Instance Size - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor number - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance_
size ScalingConfig Instance Size - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling_
factor float - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size "INSTANCE_SIZE_UNSPECIFIED" | "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE" - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor Number - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
ScalingConfigInstanceSize, ScalingConfigInstanceSizeArgs
- Instance
Size Unspecified - INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- Extra
Small - EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- Small
- SMALLSmall instance size, maps to a scaling factor of 0.5.
- Medium
- MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- Large
- LARGELarge instance size, maps to a scaling factor of 3.0.
- Extra
Large - EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
- Scaling
Config Instance Size Instance Size Unspecified - INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- Scaling
Config Instance Size Extra Small - EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- Scaling
Config Instance Size Small - SMALLSmall instance size, maps to a scaling factor of 0.5.
- Scaling
Config Instance Size Medium - MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- Scaling
Config Instance Size Large - LARGELarge instance size, maps to a scaling factor of 3.0.
- Scaling
Config Instance Size Extra Large - EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
- Instance
Size Unspecified - INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- Extra
Small - EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- Small
- SMALLSmall instance size, maps to a scaling factor of 0.5.
- Medium
- MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- Large
- LARGELarge instance size, maps to a scaling factor of 3.0.
- Extra
Large - EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
- Instance
Size Unspecified - INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- Extra
Small - EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- Small
- SMALLSmall instance size, maps to a scaling factor of 0.5.
- Medium
- MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- Large
- LARGELarge instance size, maps to a scaling factor of 3.0.
- Extra
Large - EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
- INSTANCE_SIZE_UNSPECIFIED
- INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- EXTRA_SMALL
- EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- SMALL
- SMALLSmall instance size, maps to a scaling factor of 0.5.
- MEDIUM
- MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- LARGE
- LARGELarge instance size, maps to a scaling factor of 3.0.
- EXTRA_LARGE
- EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
- "INSTANCE_SIZE_UNSPECIFIED"
- INSTANCE_SIZE_UNSPECIFIEDUnspecified instance size
- "EXTRA_SMALL"
- EXTRA_SMALLExtra small instance size, maps to a scaling factor of 0.1.
- "SMALL"
- SMALLSmall instance size, maps to a scaling factor of 0.5.
- "MEDIUM"
- MEDIUMMedium instance size, maps to a scaling factor of 1.0.
- "LARGE"
- LARGELarge instance size, maps to a scaling factor of 3.0.
- "EXTRA_LARGE"
- EXTRA_LARGEExtra large instance size, maps to a scaling factor of 6.0.
ScalingConfigResponse, ScalingConfigResponseArgs
- Instance
Size string - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- Scaling
Factor double - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- Instance
Size string - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- Scaling
Factor float64 - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size String - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor Double - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size string - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor number - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance_
size str - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling_
factor float - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
- instance
Size String - An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
- scaling
Factor Number - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
Secret, SecretArgs
- Cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- Cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret String - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud_
secret str - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret String - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
SecretResponse, SecretResponseArgs
- Cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- Cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret String - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret string - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud_
secret str - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
- cloud
Secret String - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
ServiceDatabaseType, ServiceDatabaseTypeArgs
- Database
Type Unspecified - DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- Mysql
- MYSQLMySQL is used to persist the metastore data.
- Spanner
- SPANNERSpanner is used to persist the metastore data.
- Service
Database Type Database Type Unspecified - DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- Service
Database Type Mysql - MYSQLMySQL is used to persist the metastore data.
- Service
Database Type Spanner - SPANNERSpanner is used to persist the metastore data.
- Database
Type Unspecified - DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- Mysql
- MYSQLMySQL is used to persist the metastore data.
- Spanner
- SPANNERSpanner is used to persist the metastore data.
- Database
Type Unspecified - DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- Mysql
- MYSQLMySQL is used to persist the metastore data.
- Spanner
- SPANNERSpanner is used to persist the metastore data.
- DATABASE_TYPE_UNSPECIFIED
- DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- MYSQL
- MYSQLMySQL is used to persist the metastore data.
- SPANNER
- SPANNERSpanner is used to persist the metastore data.
- "DATABASE_TYPE_UNSPECIFIED"
- DATABASE_TYPE_UNSPECIFIEDThe DATABASE_TYPE is not set.
- "MYSQL"
- MYSQLMySQL is used to persist the metastore data.
- "SPANNER"
- SPANNERSpanner is used to persist the metastore data.
ServiceReleaseChannel, ServiceReleaseChannelArgs
- Release
Channel Unspecified - RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- Canary
- CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- Stable
- STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
- Service
Release Channel Release Channel Unspecified - RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- Service
Release Channel Canary - CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- Service
Release Channel Stable - STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
- Release
Channel Unspecified - RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- Canary
- CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- Stable
- STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
- Release
Channel Unspecified - RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- Canary
- CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- Stable
- STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
- RELEASE_CHANNEL_UNSPECIFIED
- RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- CANARY
- CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- STABLE
- STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
- "RELEASE_CHANNEL_UNSPECIFIED"
- RELEASE_CHANNEL_UNSPECIFIEDRelease channel is not specified.
- "CANARY"
- CANARYThe CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
- "STABLE"
- STABLEThe STABLE release channel contains features that are considered stable and have been validated for production use.
ServiceTier, ServiceTierArgs
- Tier
Unspecified - TIER_UNSPECIFIEDThe tier is not set.
- Developer
- DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- Enterprise
- ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
- Service
Tier Tier Unspecified - TIER_UNSPECIFIEDThe tier is not set.
- Service
Tier Developer - DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- Service
Tier Enterprise - ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
- Tier
Unspecified - TIER_UNSPECIFIEDThe tier is not set.
- Developer
- DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- Enterprise
- ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
- Tier
Unspecified - TIER_UNSPECIFIEDThe tier is not set.
- Developer
- DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- Enterprise
- ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
- TIER_UNSPECIFIED
- TIER_UNSPECIFIEDThe tier is not set.
- DEVELOPER
- DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- ENTERPRISE
- ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
- "TIER_UNSPECIFIED"
- TIER_UNSPECIFIEDThe tier is not set.
- "DEVELOPER"
- DEVELOPERThe developer tier provides limited scalability and no fault tolerance. Good for low-cost proof-of-concept.
- "ENTERPRISE"
- ENTERPRISEThe enterprise tier provides multi-zone high availability, and sufficient scalability for enterprise-level Dataproc Metastore workloads.
TelemetryConfig, TelemetryConfigArgs
- Log
Format Pulumi.Google Native. Metastore. V1Alpha. Telemetry Config Log Format - The output format of the Dataproc Metastore service's logs.
- Log
Format TelemetryConfig Log Format - The output format of the Dataproc Metastore service's logs.
- log
Format TelemetryConfig Log Format - The output format of the Dataproc Metastore service's logs.
- log
Format TelemetryConfig Log Format - The output format of the Dataproc Metastore service's logs.
- log_
format TelemetryConfig Log Format - The output format of the Dataproc Metastore service's logs.
- log
Format "LOG_FORMAT_UNSPECIFIED" | "LEGACY" | "JSON" - The output format of the Dataproc Metastore service's logs.
TelemetryConfigLogFormat, TelemetryConfigLogFormatArgs
- Log
Format Unspecified - LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- Legacy
- LEGACYLogging output uses the legacy textPayload format.
- Json
- JSONLogging output uses the jsonPayload format.
- Telemetry
Config Log Format Log Format Unspecified - LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- Telemetry
Config Log Format Legacy - LEGACYLogging output uses the legacy textPayload format.
- Telemetry
Config Log Format Json - JSONLogging output uses the jsonPayload format.
- Log
Format Unspecified - LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- Legacy
- LEGACYLogging output uses the legacy textPayload format.
- Json
- JSONLogging output uses the jsonPayload format.
- Log
Format Unspecified - LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- Legacy
- LEGACYLogging output uses the legacy textPayload format.
- Json
- JSONLogging output uses the jsonPayload format.
- LOG_FORMAT_UNSPECIFIED
- LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- LEGACY
- LEGACYLogging output uses the legacy textPayload format.
- JSON
- JSONLogging output uses the jsonPayload format.
- "LOG_FORMAT_UNSPECIFIED"
- LOG_FORMAT_UNSPECIFIEDThe LOG_FORMAT is not set.
- "LEGACY"
- LEGACYLogging output uses the legacy textPayload format.
- "JSON"
- JSONLogging output uses the jsonPayload format.
TelemetryConfigResponse, TelemetryConfigResponseArgs
- Log
Format string - The output format of the Dataproc Metastore service's logs.
- Log
Format string - The output format of the Dataproc Metastore service's logs.
- log
Format String - The output format of the Dataproc Metastore service's logs.
- log
Format string - The output format of the Dataproc Metastore service's logs.
- log_
format str - The output format of the Dataproc Metastore service's logs.
- log
Format String - The output format of the Dataproc Metastore service's logs.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.