google_dataproc_metastore_federations resource
Use the google_dataproc_metastore_federations InSpec audit resource to test the properties of a Google Cloud Federation resource.
Examples
describe google_dataproc_metastore_federations(parent: 'value_parent') do
it { should exist }
its('names') { should include 'value_name' }
its('create_times') { should include 'value_createtime' }
its('update_times') { should include 'value_updatetime' }
its('versions') { should include 'value_version' }
its('endpoint_uris') { should include 'value_endpointuri' }
its('states') { should include 'value_state' }
its('state_messages') { should include 'value_statemessage' }
its('uids') { should include 'value_uid' }
end
Parameters
Parameters that can be accessed from the google_dataproc_metastore_federations resource:
See google_dataproc_metastore_federation for more detailed information.
names: an array ofgoogle_dataproc_metastore_federationnamecreate_times: an array ofgoogle_dataproc_metastore_federationcreate_timeupdate_times: an array ofgoogle_dataproc_metastore_federationupdate_timelabels: an array ofgoogle_dataproc_metastore_federationlabelsversions: an array ofgoogle_dataproc_metastore_federationversionbackend_metastores: an array ofgoogle_dataproc_metastore_federationbackend_metastoresendpoint_uris: an array ofgoogle_dataproc_metastore_federationendpoint_uristates: an array ofgoogle_dataproc_metastore_federationstatestate_messages: an array ofgoogle_dataproc_metastore_federationstate_messageuids: an array ofgoogle_dataproc_metastore_federationuid
Properties
Properties that can be accessed from the google_dataproc_metastore_federations resource:
See google_dataproc_metastore_federation for more detailed information.
names: an array ofgoogle_dataproc_metastore_federationnamecreate_times: an array ofgoogle_dataproc_metastore_federationcreate_timeupdate_times: an array ofgoogle_dataproc_metastore_federationupdate_timelabels: an array ofgoogle_dataproc_metastore_federationlabelsversions: an array ofgoogle_dataproc_metastore_federationversionbackend_metastores: an array ofgoogle_dataproc_metastore_federationbackend_metastoresendpoint_uris: an array ofgoogle_dataproc_metastore_federationendpoint_uristates: an array ofgoogle_dataproc_metastore_federationstatestate_messages: an array ofgoogle_dataproc_metastore_federationstate_messageuids: an array ofgoogle_dataproc_metastore_federationuid
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.
GCP permissions
Ensure the Dataproc Metastore API is enabled for the current project.