google_vertex_ai_schedules resource
Use the google_vertex_ai_schedules InSpec audit resource to to test a Google Cloud Schedule resource.
Examples
describe google_vertex_ai_schedules(parent: "projects/#{gcp_project_id}/locations/#{schedule['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_schedules resource:
See google_vertex_ai_schedule for more detailed information.
started_run_counts: an array ofgoogle_vertex_ai_schedulestarted_run_countallow_queueings: an array ofgoogle_vertex_ai_scheduleallow_queueingnames: an array ofgoogle_vertex_ai_schedulenamecrons: an array ofgoogle_vertex_ai_schedulecronlast_pause_times: an array ofgoogle_vertex_ai_schedulelast_pause_timecreate_times: an array ofgoogle_vertex_ai_schedulecreate_timestart_times: an array ofgoogle_vertex_ai_schedulestart_timemax_run_counts: an array ofgoogle_vertex_ai_schedulemax_run_countnext_run_times: an array ofgoogle_vertex_ai_schedulenext_run_timeupdate_times: an array ofgoogle_vertex_ai_scheduleupdate_timelast_scheduled_run_responses: an array ofgoogle_vertex_ai_schedulelast_scheduled_run_responselast_resume_times: an array ofgoogle_vertex_ai_schedulelast_resume_timemax_concurrent_run_counts: an array ofgoogle_vertex_ai_schedulemax_concurrent_run_countstates: an array ofgoogle_vertex_ai_schedulestatecreate_pipeline_job_requests: an array ofgoogle_vertex_ai_schedulecreate_pipeline_job_requestdisplay_names: an array ofgoogle_vertex_ai_scheduledisplay_namecatch_ups: an array ofgoogle_vertex_ai_schedulecatch_upend_times: an array ofgoogle_vertex_ai_scheduleend_time
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.