google_vertex_ai_featurestores_entity_types resource
Use the google_vertex_ai_featurestores_entity_types InSpec audit resource to to test a Google Cloud FeaturestoresEntityType resource.
Examples
describe google_vertex_ai_featurestores_entity_types(parent: "projects/#{gcp_project_id}/locations/#{featurestores_entity_type['region']}/featurestores/#{featurestores_entity_type['featurestore']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_featurestores_entity_types resource:
See google_vertex_ai_featurestores_entity_type for more detailed information.
labels: an array ofgoogle_vertex_ai_featurestores_entity_typelabelsdescriptions: an array ofgoogle_vertex_ai_featurestores_entity_typedescriptionnames: an array ofgoogle_vertex_ai_featurestores_entity_typenamecreate_times: an array ofgoogle_vertex_ai_featurestores_entity_typecreate_timemonitoring_configs: an array ofgoogle_vertex_ai_featurestores_entity_typemonitoring_configetags: an array ofgoogle_vertex_ai_featurestores_entity_typeetagupdate_times: an array ofgoogle_vertex_ai_featurestores_entity_typeupdate_timeoffline_storage_ttl_days: an array ofgoogle_vertex_ai_featurestores_entity_typeoffline_storage_ttl_days
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.