google_vertex_ai_index_endpoints resource
Use the google_vertex_ai_index_endpoints InSpec audit resource to to test a Google Cloud IndexEndpoint resource.
Examples
describe google_vertex_ai_index_endpoints(parent: "projects/#{gcp_project_id}/locations/#{index_endpoint['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_index_endpoints resource:
See google_vertex_ai_index_endpoint for more detailed information.
deployed_indexes: an array ofgoogle_vertex_ai_index_endpointdeployed_indexesprivate_service_connect_configs: an array ofgoogle_vertex_ai_index_endpointprivate_service_connect_configdisplay_names: an array ofgoogle_vertex_ai_index_endpointdisplay_namepublic_endpoint_enableds: an array ofgoogle_vertex_ai_index_endpointpublic_endpoint_enabledlabels: an array ofgoogle_vertex_ai_index_endpointlabelscreate_times: an array ofgoogle_vertex_ai_index_endpointcreate_timenames: an array ofgoogle_vertex_ai_index_endpointnamenetworks: an array ofgoogle_vertex_ai_index_endpointnetworkupdate_times: an array ofgoogle_vertex_ai_index_endpointupdate_timepublic_endpoint_domain_names: an array ofgoogle_vertex_ai_index_endpointpublic_endpoint_domain_nameenable_private_service_connects: an array ofgoogle_vertex_ai_index_endpointenable_private_service_connectetags: an array ofgoogle_vertex_ai_index_endpointetagdescriptions: an array ofgoogle_vertex_ai_index_endpointdescription
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.