+++
title = "google_dataproc_metastore_service_backups Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_dataproc_metastore_service_backups" identifier = "inspec/resources/gcp/google_dataproc_metastore_service_backups Resource" parent = "inspec/resources/gcp" +++
Use the google_dataproc_metastore_service_backups
InSpec audit resource to test the properties of a test a Google ServiceBackup.
{{% inspec_gcp_install %}}
A google_dataproc_metastore_service_backups
is used to test a Google ServiceBackup resource
describe google_dataproc_metastore_service_backups(parent: ' value_parent') do
it { should exist }
its('names') { should include 'value_name' }
its('create_times') { should include 'value_createtime' }
its('end_times') { should include 'value_endtime' }
its('states') { should include 'value_state' }
its('descriptions') { should include 'value_description' }
end
Properties that can be accessed from the google_dataproc_metastore_service_backups
resource:
See google_dataproc_metastore_service_backup.md for more detailed information
names
: an array ofgoogle_dataproc_metastore_service_backup
namecreate_times
: an array ofgoogle_dataproc_metastore_service_backup
create_timeend_times
: an array ofgoogle_dataproc_metastore_service_backup
end_timestates
: an array ofgoogle_dataproc_metastore_service_backup
stateservice_revisions
: an array ofgoogle_dataproc_metastore_service_backup
service_revisiondescriptions
: an array ofgoogle_dataproc_metastore_service_backup
descriptionrestoring_services
: an array ofgoogle_dataproc_metastore_service_backup
restoring_services
Properties that can be accessed from the google_dataproc_metastore_service_backups
resource:
See google_dataproc_metastore_service_backup.md for more detailed information
names
: an array ofgoogle_dataproc_metastore_service_backup
namecreate_times
: an array ofgoogle_dataproc_metastore_service_backup
create_timeend_times
: an array ofgoogle_dataproc_metastore_service_backup
end_timestates
: an array ofgoogle_dataproc_metastore_service_backup
stateservice_revisions
: an array ofgoogle_dataproc_metastore_service_backup
service_revisiondescriptions
: an array ofgoogle_dataproc_metastore_service_backup
descriptionrestoring_services
: an array ofgoogle_dataproc_metastore_service_backup
restoring_services
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Dataproc Metastore API is enabled for the current project.