1. Packages
  2. Google Cloud Native
  3. API Docs
  4. metastore
  5. metastore/v1alpha
  6. getBackup

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.metastore/v1alpha.getBackup

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets details of a single backup.

Using getBackup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getBackup(args: GetBackupArgs, opts?: InvokeOptions): Promise<GetBackupResult>
function getBackupOutput(args: GetBackupOutputArgs, opts?: InvokeOptions): Output<GetBackupResult>
Copy
def get_backup(backup_id: Optional[str] = None,
               location: Optional[str] = None,
               project: Optional[str] = None,
               service_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetBackupResult
def get_backup_output(backup_id: Optional[pulumi.Input[str]] = None,
               location: Optional[pulumi.Input[str]] = None,
               project: Optional[pulumi.Input[str]] = None,
               service_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetBackupResult]
Copy
func LookupBackup(ctx *Context, args *LookupBackupArgs, opts ...InvokeOption) (*LookupBackupResult, error)
func LookupBackupOutput(ctx *Context, args *LookupBackupOutputArgs, opts ...InvokeOption) LookupBackupResultOutput
Copy

> Note: This function is named LookupBackup in the Go SDK.

public static class GetBackup 
{
    public static Task<GetBackupResult> InvokeAsync(GetBackupArgs args, InvokeOptions? opts = null)
    public static Output<GetBackupResult> Invoke(GetBackupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetBackupResult> getBackup(GetBackupArgs args, InvokeOptions options)
public static Output<GetBackupResult> getBackup(GetBackupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:metastore/v1alpha:getBackup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BackupId This property is required. string
Location This property is required. string
ServiceId This property is required. string
Project string
BackupId This property is required. string
Location This property is required. string
ServiceId This property is required. string
Project string
backupId This property is required. String
location This property is required. String
serviceId This property is required. String
project String
backupId This property is required. string
location This property is required. string
serviceId This property is required. string
project string
backup_id This property is required. str
location This property is required. str
service_id This property is required. str
project str
backupId This property is required. String
location This property is required. String
serviceId This property is required. String
project String

getBackup Result

The following output properties are available:

CreateTime string
The time when the backup was started.
Description string
The description of the backup.
EndTime string
The time when the backup finished creating.
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}
RestoringServices List<string>
Services that are restoring from the backup.
ServiceRevision Pulumi.GoogleNative.Metastore.V1Alpha.Outputs.ServiceResponse
The revision of the service at the time of backup.
State string
The current state of the backup.
CreateTime string
The time when the backup was started.
Description string
The description of the backup.
EndTime string
The time when the backup finished creating.
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}
RestoringServices []string
Services that are restoring from the backup.
ServiceRevision ServiceResponse
The revision of the service at the time of backup.
State string
The current state of the backup.
createTime String
The time when the backup was started.
description String
The description of the backup.
endTime String
The time when the backup finished creating.
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}
restoringServices List<String>
Services that are restoring from the backup.
serviceRevision ServiceResponse
The revision of the service at the time of backup.
state String
The current state of the backup.
createTime string
The time when the backup was started.
description string
The description of the backup.
endTime string
The time when the backup finished creating.
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}
restoringServices string[]
Services that are restoring from the backup.
serviceRevision 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.
description str
The description of the backup.
end_time str
The time when the backup finished creating.
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}
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.
createTime String
The time when the backup was started.
description String
The description of the backup.
endTime String
The time when the backup finished creating.
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}
restoringServices List<String>
Services that are restoring from the backup.
serviceRevision Property Map
The revision of the service at the time of backup.
state String
The current state of the backup.

Supporting Types

ConsumerResponse

EndpointLocation This property is required. string
The location of the endpoint URI. Format: projects/{project}/locations/{location}.
EndpointUri 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}
EndpointLocation This property is required. string
The location of the endpoint URI. Format: projects/{project}/locations/{location}.
EndpointUri 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}
endpointLocation This property is required. String
The location of the endpoint URI. Format: projects/{project}/locations/{location}.
endpointUri 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}
endpointLocation This property is required. string
The location of the endpoint URI. Format: projects/{project}/locations/{location}.
endpointUri 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}
endpointLocation This property is required. String
The location of the endpoint URI. Format: projects/{project}/locations/{location}.
endpointUri 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

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.

DataplexConfigResponse

LakeResources This property is required. 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}.
LakeResources This property is required. 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}.
lakeResources This property is required. 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}.
lakeResources This property is required. {[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 This property is required. 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}.
lakeResources This property is required. 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}.

EncryptionConfigResponse

KmsKey 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}.
KmsKey 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}.
kmsKey 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}.
kmsKey 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}.
kmsKey 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

AuxiliaryVersions 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.
ConfigOverrides 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.
EndpointProtocol This property is required. string
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
KerberosConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.KerberosConfigResponse
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.
AuxiliaryVersions 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.
ConfigOverrides 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.
EndpointProtocol This property is required. string
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
KerberosConfig This property is required. KerberosConfigResponse
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.
auxiliaryVersions 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.
configOverrides 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.
endpointProtocol This property is required. String
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
kerberosConfig This property is required. KerberosConfigResponse
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.
auxiliaryVersions 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.
configOverrides 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.
endpointProtocol This property is required. string
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
kerberosConfig This property is required. KerberosConfigResponse
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. KerberosConfigResponse
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.
auxiliaryVersions 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.
configOverrides 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.
endpointProtocol This property is required. String
The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT.
kerberosConfig 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

Keytab This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.SecretResponse
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
Krb5ConfigGcsUri 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).
Krb5ConfigGcsUri 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).
krb5ConfigGcsUri 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).
krb5ConfigGcsUri 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).
krb5ConfigGcsUri 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

DayOfWeek This property is required. string
The day of week, when the window starts.
HourOfDay This property is required. int
The hour of day (0-23) when the window starts.
DayOfWeek This property is required. string
The day of week, when the window starts.
HourOfDay This property is required. int
The hour of day (0-23) when the window starts.
dayOfWeek This property is required. String
The day of week, when the window starts.
hourOfDay This property is required. Integer
The hour of day (0-23) when the window starts.
dayOfWeek This property is required. string
The day of week, when the window starts.
hourOfDay This property is required. number
The hour of day (0-23) when the window starts.
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.
dayOfWeek This property is required. String
The day of week, when the window starts.
hourOfDay This property is required. Number
The hour of day (0-23) when the window starts.

MetadataExportResponse

DatabaseDumpType This property is required. string
The type of the database dump.
DestinationGcsUri 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.
EndTime This property is required. string
The time when the export ended.
StartTime This property is required. string
The time when the export started.
State This property is required. string
The current state of the export.
DatabaseDumpType This property is required. string
The type of the database dump.
DestinationGcsUri 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.
EndTime This property is required. string
The time when the export ended.
StartTime This property is required. string
The time when the export started.
State This property is required. string
The current state of the export.
databaseDumpType This property is required. String
The type of the database dump.
destinationGcsUri 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.
endTime This property is required. String
The time when the export ended.
startTime This property is required. String
The time when the export started.
state This property is required. String
The current state of the export.
databaseDumpType This property is required. string
The type of the database dump.
destinationGcsUri 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.
endTime This property is required. string
The time when the export ended.
startTime 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.
databaseDumpType This property is required. String
The type of the database dump.
destinationGcsUri 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.
endTime This property is required. String
The time when the export ended.
startTime This property is required. String
The time when the export started.
state This property is required. String
The current state of the export.

MetadataIntegrationResponse

DataCatalogConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.DataCatalogConfigResponse
Optional. The integration config for the Data Catalog service.
DataplexConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.DataplexConfigResponse
The integration config for the Dataplex service.
DataCatalogConfig This property is required. DataCatalogConfigResponse
Optional. The integration config for the Data Catalog service.
DataplexConfig This property is required. DataplexConfigResponse
The integration config for the Dataplex service.
dataCatalogConfig This property is required. DataCatalogConfigResponse
Optional. The integration config for the Data Catalog service.
dataplexConfig This property is required. DataplexConfigResponse
The integration config for the Dataplex service.
dataCatalogConfig This property is required. DataCatalogConfigResponse
Optional. The integration config for the Data Catalog service.
dataplexConfig This property is required. DataplexConfigResponse
The integration config for the Dataplex service.
data_catalog_config This property is required. DataCatalogConfigResponse
Optional. The integration config for the Data Catalog service.
dataplex_config This property is required. DataplexConfigResponse
The integration config for the Dataplex service.
dataCatalogConfig This property is required. Property Map
Optional. The integration config for the Data Catalog service.
dataplexConfig This property is required. Property Map
The integration config for the Dataplex service.

MetadataManagementActivityResponse

MetadataExports This property is required. List<Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.MetadataExportResponse>
The latest metadata exports of the metastore service.
Restores This property is required. List<Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.RestoreResponse>
The latest restores of the metastore service.
MetadataExports This property is required. []MetadataExportResponse
The latest metadata exports of the metastore service.
Restores This property is required. []RestoreResponse
The latest restores of the metastore service.
metadataExports This property is required. List<MetadataExportResponse>
The latest metadata exports of the metastore service.
restores This property is required. List<RestoreResponse>
The latest restores of the metastore service.
metadataExports This property is required. MetadataExportResponse[]
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[MetadataExportResponse]
The latest metadata exports of the metastore service.
restores This property is required. Sequence[RestoreResponse]
The latest restores of the metastore service.
metadataExports 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

Consumers This property is required. List<Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.ConsumerResponse>
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
CustomRoutesEnabled This property is required. bool
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
Consumers This property is required. []ConsumerResponse
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
CustomRoutesEnabled This property is required. bool
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
consumers This property is required. List<ConsumerResponse>
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
customRoutesEnabled This property is required. Boolean
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
consumers This property is required. ConsumerResponse[]
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
customRoutesEnabled This property is required. boolean
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
consumers This property is required. Sequence[ConsumerResponse]
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
custom_routes_enabled This property is required. bool
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.
consumers This property is required. List<Property Map>
Immutable. The consumer-side network configuration for the Dataproc Metastore instance.
customRoutesEnabled This property is required. Boolean
Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network.

RestoreResponse

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}.
BackupLocation 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.
EndTime This property is required. string
The time when the restore ended.
StartTime 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}.
BackupLocation 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.
EndTime This property is required. string
The time when the restore ended.
StartTime 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}.
backupLocation 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.
endTime This property is required. String
The time when the restore ended.
startTime 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}.
backupLocation 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.
endTime This property is required. string
The time when the restore ended.
startTime 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}.
backupLocation 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.
endTime This property is required. String
The time when the restore ended.
startTime 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

InstanceSize 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))
ScalingFactor 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.
InstanceSize 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))
ScalingFactor 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.
instanceSize 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))
scalingFactor 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.
instanceSize 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))
scalingFactor 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.
instanceSize 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))
scalingFactor 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

CloudSecret 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}.
CloudSecret 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}.
cloudSecret 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}.
cloudSecret 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}.
cloudSecret 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

ArtifactGcsUri This property is required. string
A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
CreateTime This property is required. string
The time when the metastore service was created.
DatabaseType This property is required. string
Immutable. The database type that the Metastore service stores its data.
EncryptionConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.EncryptionConfigResponse
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
EndpointUri This property is required. string
The URI of the endpoint used to access the metastore service.
HiveMetastoreConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.HiveMetastoreConfigResponse
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.
MaintenanceWindow This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.MaintenanceWindowResponse
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.
MetadataIntegration This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.MetadataIntegrationResponse
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
MetadataManagementActivity This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.MetadataManagementActivityResponse
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}.
NetworkConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.NetworkConfigResponse
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.
ReleaseChannel This property is required. string
Immutable. The release channel of the service. If unspecified, defaults to STABLE.
ScalingConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.ScalingConfigResponse
Scaling configuration of the metastore service.
State This property is required. string
The current state of the metastore service.
StateMessage This property is required. string
Additional information about the current state of the metastore service, if available.
TelemetryConfig This property is required. Pulumi.GoogleNative.Metastore.V1Alpha.Inputs.TelemetryConfigResponse
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.
UpdateTime This property is required. string
The time when the metastore service was last updated.
ArtifactGcsUri This property is required. string
A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
CreateTime This property is required. string
The time when the metastore service was created.
DatabaseType This property is required. string
Immutable. The database type that the Metastore service stores its data.
EncryptionConfig This property is required. EncryptionConfigResponse
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
EndpointUri This property is required. string
The URI of the endpoint used to access the metastore service.
HiveMetastoreConfig This property is required. HiveMetastoreConfigResponse
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.
MaintenanceWindow This property is required. MaintenanceWindowResponse
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.
MetadataIntegration This property is required. MetadataIntegrationResponse
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
MetadataManagementActivity This property is required. MetadataManagementActivityResponse
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}.
NetworkConfig This property is required. NetworkConfigResponse
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.
ReleaseChannel This property is required. string
Immutable. The release channel of the service. If unspecified, defaults to STABLE.
ScalingConfig This property is required. ScalingConfigResponse
Scaling configuration of the metastore service.
State This property is required. string
The current state of the metastore service.
StateMessage This property is required. string
Additional information about the current state of the metastore service, if available.
TelemetryConfig This property is required. TelemetryConfigResponse
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.
UpdateTime This property is required. string
The time when the metastore service was last updated.
artifactGcsUri This property is required. String
A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
createTime This property is required. String
The time when the metastore service was created.
databaseType This property is required. String
Immutable. The database type that the Metastore service stores its data.
encryptionConfig This property is required. EncryptionConfigResponse
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
endpointUri This property is required. String
The URI of the endpoint used to access the metastore service.
hiveMetastoreConfig This property is required. HiveMetastoreConfigResponse
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.
maintenanceWindow This property is required. MaintenanceWindowResponse
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.
metadataIntegration This property is required. MetadataIntegrationResponse
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
metadataManagementActivity This property is required. MetadataManagementActivityResponse
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}.
networkConfig This property is required. NetworkConfigResponse
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.
releaseChannel This property is required. String
Immutable. The release channel of the service. If unspecified, defaults to STABLE.
scalingConfig This property is required. ScalingConfigResponse
Scaling configuration of the metastore service.
state This property is required. String
The current state of the metastore service.
stateMessage This property is required. String
Additional information about the current state of the metastore service, if available.
telemetryConfig This property is required. TelemetryConfigResponse
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.
updateTime This property is required. String
The time when the metastore service was last updated.
artifactGcsUri This property is required. string
A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
createTime This property is required. string
The time when the metastore service was created.
databaseType This property is required. string
Immutable. The database type that the Metastore service stores its data.
encryptionConfig This property is required. EncryptionConfigResponse
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
endpointUri This property is required. string
The URI of the endpoint used to access the metastore service.
hiveMetastoreConfig This property is required. HiveMetastoreConfigResponse
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.
maintenanceWindow This property is required. MaintenanceWindowResponse
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.
metadataIntegration This property is required. MetadataIntegrationResponse
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
metadataManagementActivity This property is required. MetadataManagementActivityResponse
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}.
networkConfig This property is required. NetworkConfigResponse
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.
releaseChannel This property is required. string
Immutable. The release channel of the service. If unspecified, defaults to STABLE.
scalingConfig This property is required. ScalingConfigResponse
Scaling configuration of the metastore service.
state This property is required. string
The current state of the metastore service.
stateMessage This property is required. string
Additional information about the current state of the metastore service, if available.
telemetryConfig This property is required. TelemetryConfigResponse
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.
updateTime 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. EncryptionConfigResponse
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. HiveMetastoreConfigResponse
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. MaintenanceWindowResponse
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. MetadataIntegrationResponse
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
metadata_management_activity This property is required. MetadataManagementActivityResponse
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. NetworkConfigResponse
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. ScalingConfigResponse
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. TelemetryConfigResponse
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.
artifactGcsUri This property is required. String
A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
createTime This property is required. String
The time when the metastore service was created.
databaseType This property is required. String
Immutable. The database type that the Metastore service stores its data.
encryptionConfig This property is required. Property Map
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.
endpointUri This property is required. String
The URI of the endpoint used to access the metastore service.
hiveMetastoreConfig 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.
maintenanceWindow 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.
metadataIntegration This property is required. Property Map
Optional. The setting that defines how metastore metadata should be integrated with external services and systems.
metadataManagementActivity 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}.
networkConfig 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.
releaseChannel This property is required. String
Immutable. The release channel of the service. If unspecified, defaults to STABLE.
scalingConfig 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.
stateMessage This property is required. String
Additional information about the current state of the metastore service, if available.
telemetryConfig 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.
updateTime This property is required. String
The time when the metastore service was last updated.

TelemetryConfigResponse

LogFormat This property is required. string
The output format of the Dataproc Metastore service's logs.
LogFormat This property is required. string
The output format of the Dataproc Metastore service's logs.
logFormat This property is required. String
The output format of the Dataproc Metastore service's logs.
logFormat 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.
logFormat 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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi