google_vertex_ai_tensorboards resource
Use the google_vertex_ai_tensorboards InSpec audit resource to to test a Google Cloud Tensorboard resource.
Examples
describe google_vertex_ai_tensorboards(parent: "projects/#{gcp_project_id}/locations/#{tensorboard['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_tensorboards resource:
See google_vertex_ai_tensorboard for more detailed information.
names: an array ofgoogle_vertex_ai_tensorboardnameis_defaults: an array ofgoogle_vertex_ai_tensorboardis_defaultupdate_times: an array ofgoogle_vertex_ai_tensorboardupdate_timelabels: an array ofgoogle_vertex_ai_tensorboardlabelsblob_storage_path_prefixes: an array ofgoogle_vertex_ai_tensorboardblob_storage_path_prefixetags: an array ofgoogle_vertex_ai_tensorboardetagcreate_times: an array ofgoogle_vertex_ai_tensorboardcreate_timerun_counts: an array ofgoogle_vertex_ai_tensorboardrun_countencryption_specs: an array ofgoogle_vertex_ai_tensorboardencryption_specdisplay_names: an array ofgoogle_vertex_ai_tensorboarddisplay_namedescriptions: an array ofgoogle_vertex_ai_tensorboarddescription
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.