Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.metastore/v1.Backup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new backup in a given project and location.
Create Backup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Backup(name: string, args: BackupArgs, opts?: CustomResourceOptions);
@overload
def Backup(resource_name: str,
args: BackupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Backup(resource_name: str,
opts: Optional[ResourceOptions] = None,
backup_id: Optional[str] = None,
service_id: Optional[str] = None,
description: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None)
func NewBackup(ctx *Context, name string, args BackupArgs, opts ...ResourceOption) (*Backup, error)
public Backup(string name, BackupArgs args, CustomResourceOptions? opts = null)
public Backup(String name, BackupArgs args)
public Backup(String name, BackupArgs args, CustomResourceOptions options)
type: google-native:metastore/v1:Backup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BackupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. BackupArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BackupArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. BackupArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. BackupArgs - 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 examplebackupResourceResourceFromMetastorev1 = new GoogleNative.Metastore.V1.Backup("examplebackupResourceResourceFromMetastorev1", new()
{
BackupId = "string",
ServiceId = "string",
Description = "string",
Location = "string",
Name = "string",
Project = "string",
RequestId = "string",
});
example, err := metastore.NewBackup(ctx, "examplebackupResourceResourceFromMetastorev1", &metastore.BackupArgs{
BackupId: pulumi.String("string"),
ServiceId: pulumi.String("string"),
Description: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
})
var examplebackupResourceResourceFromMetastorev1 = new Backup("examplebackupResourceResourceFromMetastorev1", BackupArgs.builder()
.backupId("string")
.serviceId("string")
.description("string")
.location("string")
.name("string")
.project("string")
.requestId("string")
.build());
examplebackup_resource_resource_from_metastorev1 = google_native.metastore.v1.Backup("examplebackupResourceResourceFromMetastorev1",
backup_id="string",
service_id="string",
description="string",
location="string",
name="string",
project="string",
request_id="string")
const examplebackupResourceResourceFromMetastorev1 = new google_native.metastore.v1.Backup("examplebackupResourceResourceFromMetastorev1", {
backupId: "string",
serviceId: "string",
description: "string",
location: "string",
name: "string",
project: "string",
requestId: "string",
});
type: google-native:metastore/v1:Backup
properties:
backupId: string
description: string
location: string
name: string
project: string
requestId: string
serviceId: string
Backup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Backup resource accepts the following input properties:
- Backup
Id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- Service
Id This property is required. Changes to this property will trigger replacement.
- Description string
- The description of the backup.
- Location
Changes to this property will trigger replacement.
- Name string
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- Project
Changes to this property will trigger replacement.
- 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.
- Backup
Id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- Service
Id This property is required. Changes to this property will trigger replacement.
- Description string
- The description of the backup.
- Location
Changes to this property will trigger replacement.
- Name string
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- Project
Changes to this property will trigger replacement.
- 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.
- backup
Id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- service
Id This property is required. Changes to this property will trigger replacement.
- description String
- The description of the backup.
- location
Changes to this property will trigger replacement.
- name String
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- project
Changes to this property will trigger replacement.
- 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.
- backup
Id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- service
Id This property is required. Changes to this property will trigger replacement.
- description string
- The description of the backup.
- location
Changes to this property will trigger replacement.
- name string
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- project
Changes to this property will trigger replacement.
- 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.
- backup_
id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- service_
id This property is required. Changes to this property will trigger replacement.
- description str
- The description of the backup.
- location
Changes to this property will trigger replacement.
- name str
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- project
Changes to this property will trigger replacement.
- 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.
- backup
Id This property is required. Changes to this property will trigger replacement.
- Required. The ID of the backup, which is used as the final component of the backup's name.This value must be between 1 and 64 characters long, begin with a letter, end with a letter or number, and consist of alpha-numeric ASCII characters or hyphens.
- service
Id This property is required. Changes to this property will trigger replacement.
- description String
- The description of the backup.
- location
Changes to this property will trigger replacement.
- name String
- Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
- project
Changes to this property will trigger replacement.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the Backup resource produces the following output properties:
- Create
Time string - The time when the backup was started.
- End
Time string - The time when the backup finished creating.
- Id string
- The provider-assigned unique ID for this managed resource.
- Restoring
Services List<string> - Services that are restoring from the backup.
- Service
Revision Pulumi.Google Native. Metastore. V1. Outputs. Service Response - The revision of the service at the time of backup.
- State string
- The current state of the backup.
- Create
Time string - The time when the backup was started.
- End
Time string - The time when the backup finished creating.
- Id string
- The provider-assigned unique ID for this managed resource.
- Restoring
Services []string - Services that are restoring from the backup.
- Service
Revision ServiceResponse - The revision of the service at the time of backup.
- State string
- The current state of the backup.
- create
Time String - The time when the backup was started.
- end
Time String - The time when the backup finished creating.
- id String
- The provider-assigned unique ID for this managed resource.
- restoring
Services List<String> - Services that are restoring from the backup.
- service
Revision ServiceResponse - The revision of the service at the time of backup.
- state String
- The current state of the backup.
- create
Time string - The time when the backup was started.
- end
Time string - The time when the backup finished creating.
- id string
- The provider-assigned unique ID for this managed resource.
- restoring
Services string[] - Services that are restoring from the backup.
- service
Revision ServiceResponse - The revision of the service at the time of backup.
- state string
- The current state of the backup.
- create_
time str - The time when the backup was started.
- end_
time str - The time when the backup finished creating.
- id str
- The provider-assigned unique ID for this managed resource.
- restoring_
services Sequence[str] - Services that are restoring from the backup.
- service_
revision ServiceResponse - The revision of the service at the time of backup.
- state str
- The current state of the backup.
- create
Time String - The time when the backup was started.
- end
Time String - The time when the backup finished creating.
- id String
- The provider-assigned unique ID for this managed resource.
- restoring
Services List<String> - Services that are restoring from the backup.
- service
Revision Property Map - The revision of the service at the time of backup.
- state String
- The current state of the backup.
Supporting Types
ConsumerResponse, ConsumerResponseArgs
- Endpoint
Location This property is required. string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- Endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- Subnetwork
This property is required. 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 This property is required. string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- Endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- Subnetwork
This property is required. 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 This property is required. String - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri This property is required. String - The URI of the endpoint used to access the metastore service.
- subnetwork
This property is required. 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 This property is required. string - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- subnetwork
This property is required. 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 This property is required. str - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint_
uri This property is required. str - The URI of the endpoint used to access the metastore service.
- subnetwork
This property is required. 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 This property is required. String - The location of the endpoint URI. Format: projects/{project}/locations/{location}.
- endpoint
Uri This property is required. String - The URI of the endpoint used to access the metastore service.
- subnetwork
This property is required. 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}
DataCatalogConfigResponse, DataCatalogConfigResponseArgs
- Enabled
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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
This property is required. 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.
EncryptionConfigResponse, EncryptionConfigResponseArgs
- Kms
Key This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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}.
HiveMetastoreConfigResponse, HiveMetastoreConfigResponseArgs
- Auxiliary
Versions This property is required. 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 This property is required. 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 This property is required. string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config This property is required. Pulumi.Google Native. Metastore. V1. 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
This property is required. string - Immutable. The Hive metastore schema version.
- Auxiliary
Versions This property is required. 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 This property is required. 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 This property is required. string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- Kerberos
Config This property is required. 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
This property is required. string - Immutable. The Hive metastore schema version.
- auxiliary
Versions This property is required. 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 This property is required. 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 This property is required. String - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config This property is required. 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
This property is required. String - Immutable. The Hive metastore schema version.
- auxiliary
Versions This property is required. {[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 This property is required. {[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 This property is required. string - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config This property is required. 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
This property is required. string - Immutable. The Hive metastore schema version.
- auxiliary_
versions This property is required. 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 This property is required. 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 This property is required. str - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos_
config This property is required. 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
This property is required. str - Immutable. The Hive metastore schema version.
- auxiliary
Versions This property is required. 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 This property is required. 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 This property is required. String - The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
- kerberos
Config This property is required. 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
This property is required. String - Immutable. The Hive metastore schema version.
KerberosConfigResponse, KerberosConfigResponseArgs
- Keytab
This property is required. Pulumi.Google Native. Metastore. V1. 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 Uri This property is required. string - 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
This property is required. 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
This property is required. SecretResponse - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- Krb5Config
Gcs Uri This property is required. string - 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
This property is required. 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
This property is required. SecretResponse - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs Uri This property is required. String - 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
This property is required. 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
This property is required. SecretResponse - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs Uri This property is required. string - 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
This property is required. 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
This property is required. SecretResponse - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5_
config_ gcs_ uri This property is required. str - 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
This property is required. 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
This property is required. Property Map - A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
- krb5Config
Gcs Uri This property is required. String - 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
This property is required. 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.
MaintenanceWindowResponse, MaintenanceWindowResponseArgs
- day_
of_ week This property is required. str - The day of week, when the window starts.
- hour_
of_ day This property is required. int - The hour of day (0-23) when the window starts.
MetadataExportResponse, MetadataExportResponseArgs
- Database
Dump Type This property is required. string - The type of the database dump.
- Destination
Gcs Uri This property is required. string - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- End
Time This property is required. string - The time when the export ended.
- Start
Time This property is required. string - The time when the export started.
- State
This property is required. string - The current state of the export.
- Database
Dump Type This property is required. string - The type of the database dump.
- Destination
Gcs Uri This property is required. string - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- End
Time This property is required. string - The time when the export ended.
- Start
Time This property is required. string - The time when the export started.
- State
This property is required. string - The current state of the export.
- database
Dump Type This property is required. String - The type of the database dump.
- destination
Gcs Uri This property is required. String - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time This property is required. String - The time when the export ended.
- start
Time This property is required. String - The time when the export started.
- state
This property is required. String - The current state of the export.
- database
Dump Type This property is required. string - The type of the database dump.
- destination
Gcs Uri This property is required. string - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time This property is required. string - The time when the export ended.
- start
Time This property is required. string - The time when the export started.
- state
This property is required. string - The current state of the export.
- database_
dump_ type This property is required. str - The type of the database dump.
- destination_
gcs_ uri This property is required. str - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end_
time This property is required. str - The time when the export ended.
- start_
time This property is required. str - The time when the export started.
- state
This property is required. str - The current state of the export.
- database
Dump Type This property is required. String - The type of the database dump.
- destination
Gcs Uri This property is required. String - A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated.
- end
Time This property is required. String - The time when the export ended.
- start
Time This property is required. String - The time when the export started.
- state
This property is required. String - The current state of the export.
MetadataIntegrationResponse, MetadataIntegrationResponseArgs
- Data
Catalog Config This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Data Catalog Config Response - Optional. The integration config for the Data Catalog service.
- Data
Catalog Config This property is required. DataCatalog Config Response - Optional. The integration config for the Data Catalog service.
- data
Catalog Config This property is required. DataCatalog Config Response - Optional. The integration config for the Data Catalog service.
- data
Catalog Config This property is required. DataCatalog Config Response - Optional. The integration config for the Data Catalog service.
- data_
catalog_ config This property is required. DataCatalog Config Response - Optional. The integration config for the Data Catalog service.
- data
Catalog Config This property is required. Property Map - Optional. The integration config for the Data Catalog service.
MetadataManagementActivityResponse, MetadataManagementActivityResponseArgs
- Metadata
Exports This property is required. List<Pulumi.Google Native. Metastore. V1. Inputs. Metadata Export Response> - The latest metadata exports of the metastore service.
- Restores
This property is required. List<Pulumi.Google Native. Metastore. V1. Inputs. Restore Response> - The latest restores of the metastore service.
- Metadata
Exports This property is required. []MetadataExport Response - The latest metadata exports of the metastore service.
- Restores
This property is required. []RestoreResponse - The latest restores of the metastore service.
- metadata
Exports This property is required. List<MetadataExport Response> - The latest metadata exports of the metastore service.
- restores
This property is required. List<RestoreResponse> - The latest restores of the metastore service.
- metadata
Exports This property is required. MetadataExport Response[] - The latest metadata exports of the metastore service.
- restores
This property is required. RestoreResponse[] - The latest restores of the metastore service.
- metadata_
exports This property is required. Sequence[MetadataExport Response] - The latest metadata exports of the metastore service.
- restores
This property is required. Sequence[RestoreResponse] - The latest restores of the metastore service.
- metadata
Exports This property is required. List<Property Map> - The latest metadata exports of the metastore service.
- restores
This property is required. List<Property Map> - The latest restores of the metastore service.
NetworkConfigResponse, NetworkConfigResponseArgs
- Consumers
This property is required. List<Pulumi.Google Native. Metastore. V1. Inputs. Consumer Response> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- Consumers
This property is required. []ConsumerResponse - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- consumers
This property is required. List<ConsumerResponse> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- consumers
This property is required. ConsumerResponse[] - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- consumers
This property is required. Sequence[ConsumerResponse] - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
- consumers
This property is required. List<Property Map> - Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
RestoreResponse, RestoreResponseArgs
- Backup
This property is required. 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 This property is required. string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- Details
This property is required. string - The restore details containing the revision of the service to be restored to, in format of JSON.
- End
Time This property is required. string - The time when the restore ended.
- Start
Time This property is required. string - The time when the restore started.
- State
This property is required. string - The current state of the restore.
- Type
This property is required. string - The type of restore.
- Backup
This property is required. 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 This property is required. string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- Details
This property is required. string - The restore details containing the revision of the service to be restored to, in format of JSON.
- End
Time This property is required. string - The time when the restore ended.
- Start
Time This property is required. string - The time when the restore started.
- State
This property is required. string - The current state of the restore.
- Type
This property is required. string - The type of restore.
- backup
This property is required. 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 This property is required. String - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details
This property is required. String - The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time This property is required. String - The time when the restore ended.
- start
Time This property is required. String - The time when the restore started.
- state
This property is required. String - The current state of the restore.
- type
This property is required. String - The type of restore.
- backup
This property is required. 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 This property is required. string - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details
This property is required. string - The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time This property is required. string - The time when the restore ended.
- start
Time This property is required. string - The time when the restore started.
- state
This property is required. string - The current state of the restore.
- type
This property is required. string - The type of restore.
- backup
This property is required. 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 This property is required. str - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details
This property is required. str - The restore details containing the revision of the service to be restored to, in format of JSON.
- end_
time This property is required. str - The time when the restore ended.
- start_
time This property is required. str - The time when the restore started.
- state
This property is required. str - The current state of the restore.
- type
This property is required. str - The type of restore.
- backup
This property is required. 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 This property is required. String - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
- details
This property is required. String - The restore details containing the revision of the service to be restored to, in format of JSON.
- end
Time This property is required. String - The time when the restore ended.
- start
Time This property is required. String - The time when the restore started.
- state
This property is required. String - The current state of the restore.
- type
This property is required. String - The type of restore.
ScalingConfigResponse, ScalingConfigResponseArgs
- Instance
Size This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Number - Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
SecretResponse, SecretResponseArgs
- Cloud
Secret This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
ServiceResponse, ServiceResponseArgs
- Artifact
Gcs Uri This property is required. string - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- Create
Time This property is required. string - The time when the metastore service was created.
- Database
Type This property is required. string - Immutable. The database type that the Metastore service stores its data.
- Encryption
Config This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Encryption Config Response - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- Endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- Hive
Metastore Config This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Hive Metastore Config Response - Configuration information specific to running Hive metastore software as the metastore service.
- Labels
This property is required. Dictionary<string, string> - User-defined labels for the metastore service.
- Maintenance
Window This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Maintenance Window Response - 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 This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Metadata Integration Response - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- Metadata
Management Activity This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Metadata Management Activity Response - The metadata management activities of the metastore service.
- Name
This property is required. string - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- Network
This property is required. 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 This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Network Config Response - The configuration specifying the network settings for the Dataproc Metastore service.
- Port
This property is required. int - The TCP port at which the metastore service is reached. Default: 9083.
- Release
Channel This property is required. string - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- Scaling
Config This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Scaling Config Response - Scaling configuration of the metastore service.
- State
This property is required. string - The current state of the metastore service.
- State
Message This property is required. string - Additional information about the current state of the metastore service, if available.
- Telemetry
Config This property is required. Pulumi.Google Native. Metastore. V1. Inputs. Telemetry Config Response - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- Tier
This property is required. string - The tier of the service.
- Uid
This property is required. string - The globally unique resource identifier of the metastore service.
- Update
Time This property is required. string - The time when the metastore service was last updated.
- Artifact
Gcs Uri This property is required. string - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- Create
Time This property is required. string - The time when the metastore service was created.
- Database
Type This property is required. string - Immutable. The database type that the Metastore service stores its data.
- Encryption
Config This property is required. EncryptionConfig Response - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- Endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- Hive
Metastore Config This property is required. HiveMetastore Config Response - Configuration information specific to running Hive metastore software as the metastore service.
- Labels
This property is required. map[string]string - User-defined labels for the metastore service.
- Maintenance
Window This property is required. MaintenanceWindow Response - 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 This property is required. MetadataIntegration Response - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- Metadata
Management Activity This property is required. MetadataManagement Activity Response - The metadata management activities of the metastore service.
- Name
This property is required. string - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- Network
This property is required. 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 This property is required. NetworkConfig Response - The configuration specifying the network settings for the Dataproc Metastore service.
- Port
This property is required. int - The TCP port at which the metastore service is reached. Default: 9083.
- Release
Channel This property is required. string - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- Scaling
Config This property is required. ScalingConfig Response - Scaling configuration of the metastore service.
- State
This property is required. string - The current state of the metastore service.
- State
Message This property is required. string - Additional information about the current state of the metastore service, if available.
- Telemetry
Config This property is required. TelemetryConfig Response - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- Tier
This property is required. string - The tier of the service.
- Uid
This property is required. string - The globally unique resource identifier of the metastore service.
- Update
Time This property is required. string - The time when the metastore service was last updated.
- artifact
Gcs Uri This property is required. String - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time This property is required. String - The time when the metastore service was created.
- database
Type This property is required. String - Immutable. The database type that the Metastore service stores its data.
- encryption
Config This property is required. EncryptionConfig Response - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- endpoint
Uri This property is required. String - The URI of the endpoint used to access the metastore service.
- hive
Metastore Config This property is required. HiveMetastore Config Response - Configuration information specific to running Hive metastore software as the metastore service.
- labels
This property is required. Map<String,String> - User-defined labels for the metastore service.
- maintenance
Window This property is required. MaintenanceWindow Response - 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 This property is required. MetadataIntegration Response - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- metadata
Management Activity This property is required. MetadataManagement Activity Response - The metadata management activities of the metastore service.
- name
This property is required. String - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network
This property is required. 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 This property is required. NetworkConfig Response - The configuration specifying the network settings for the Dataproc Metastore service.
- port
This property is required. Integer - The TCP port at which the metastore service is reached. Default: 9083.
- release
Channel This property is required. String - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- scaling
Config This property is required. ScalingConfig Response - Scaling configuration of the metastore service.
- state
This property is required. String - The current state of the metastore service.
- state
Message This property is required. String - Additional information about the current state of the metastore service, if available.
- telemetry
Config This property is required. TelemetryConfig Response - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
This property is required. String - The tier of the service.
- uid
This property is required. String - The globally unique resource identifier of the metastore service.
- update
Time This property is required. String - The time when the metastore service was last updated.
- artifact
Gcs Uri This property is required. string - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time This property is required. string - The time when the metastore service was created.
- database
Type This property is required. string - Immutable. The database type that the Metastore service stores its data.
- encryption
Config This property is required. EncryptionConfig Response - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- endpoint
Uri This property is required. string - The URI of the endpoint used to access the metastore service.
- hive
Metastore Config This property is required. HiveMetastore Config Response - Configuration information specific to running Hive metastore software as the metastore service.
- labels
This property is required. {[key: string]: string} - User-defined labels for the metastore service.
- maintenance
Window This property is required. MaintenanceWindow Response - 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 This property is required. MetadataIntegration Response - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- metadata
Management Activity This property is required. MetadataManagement Activity Response - The metadata management activities of the metastore service.
- name
This property is required. string - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network
This property is required. 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 This property is required. NetworkConfig Response - The configuration specifying the network settings for the Dataproc Metastore service.
- port
This property is required. number - The TCP port at which the metastore service is reached. Default: 9083.
- release
Channel This property is required. string - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- scaling
Config This property is required. ScalingConfig Response - Scaling configuration of the metastore service.
- state
This property is required. string - The current state of the metastore service.
- state
Message This property is required. string - Additional information about the current state of the metastore service, if available.
- telemetry
Config This property is required. TelemetryConfig Response - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
This property is required. string - The tier of the service.
- uid
This property is required. string - The globally unique resource identifier of the metastore service.
- update
Time This property is required. string - The time when the metastore service was last updated.
- artifact_
gcs_ uri This property is required. str - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create_
time This property is required. str - The time when the metastore service was created.
- database_
type This property is required. str - Immutable. The database type that the Metastore service stores its data.
- encryption_
config This property is required. EncryptionConfig Response - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- endpoint_
uri This property is required. str - The URI of the endpoint used to access the metastore service.
- hive_
metastore_ config This property is required. HiveMetastore Config Response - Configuration information specific to running Hive metastore software as the metastore service.
- labels
This property is required. Mapping[str, str] - User-defined labels for the metastore service.
- maintenance_
window This property is required. MaintenanceWindow Response - 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 This property is required. MetadataIntegration Response - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- metadata_
management_ activity This property is required. MetadataManagement Activity Response - The metadata management activities of the metastore service.
- name
This property is required. str - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network
This property is required. 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 This property is required. NetworkConfig Response - The configuration specifying the network settings for the Dataproc Metastore service.
- port
This property is required. int - The TCP port at which the metastore service is reached. Default: 9083.
- release_
channel This property is required. str - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- scaling_
config This property is required. ScalingConfig Response - Scaling configuration of the metastore service.
- state
This property is required. str - The current state of the metastore service.
- state_
message This property is required. str - Additional information about the current state of the metastore service, if available.
- telemetry_
config This property is required. TelemetryConfig Response - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
This property is required. str - The tier of the service.
- uid
This property is required. str - The globally unique resource identifier of the metastore service.
- update_
time This property is required. str - The time when the metastore service was last updated.
- artifact
Gcs Uri This property is required. String - A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
- create
Time This property is required. String - The time when the metastore service was created.
- database
Type This property is required. String - Immutable. The database type that the Metastore service stores its data.
- encryption
Config This property is required. Property Map - Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
- endpoint
Uri This property is required. String - The URI of the endpoint used to access the metastore service.
- hive
Metastore Config This property is required. Property Map - Configuration information specific to running Hive metastore software as the metastore service.
- labels
This property is required. Map<String> - User-defined labels for the metastore service.
- maintenance
Window This property is required. 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 This property is required. Property Map - Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
- metadata
Management Activity This property is required. Property Map - The metadata management activities of the metastore service.
- name
This property is required. String - Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.
- network
This property is required. 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 This property is required. Property Map - The configuration specifying the network settings for the Dataproc Metastore service.
- port
This property is required. Number - The TCP port at which the metastore service is reached. Default: 9083.
- release
Channel This property is required. String - Immutable. The release channel of the service. If unspecified, defaults to STABLE.
- scaling
Config This property is required. Property Map - Scaling configuration of the metastore service.
- state
This property is required. String - The current state of the metastore service.
- state
Message This property is required. String - Additional information about the current state of the metastore service, if available.
- telemetry
Config This property is required. Property Map - The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.
- tier
This property is required. String - The tier of the service.
- uid
This property is required. String - The globally unique resource identifier of the metastore service.
- update
Time This property is required. String - The time when the metastore service was last updated.
TelemetryConfigResponse, TelemetryConfigResponseArgs
- Log
Format This property is required. string - The output format of the Dataproc Metastore service's logs.
- Log
Format This property is required. string - The output format of the Dataproc Metastore service's logs.
- log
Format This property is required. String - The output format of the Dataproc Metastore service's logs.
- log
Format This property is required. string - The output format of the Dataproc Metastore service's logs.
- log_
format This property is required. str - The output format of the Dataproc Metastore service's logs.
- log
Format This property is required. 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.