google_bigtableadmin_instance_app_profiles resource
Use the google_bigtableadmin_instance_app_profiles InSpec audit resource to test the properties of a Google Cloud InstanceAppProfile resource.
Examples
describe google_bigtableadmin_instance_app_profiles(parent: ' value_parent') do
it { should exist }
its('names') { should include 'value_name' }
end
Parameters
Parameters that can be accessed from the google_bigtableadmin_instance_app_profiles resource:
See google_bigtableadmin_instance_app_profile for more detailed information.
names: an array ofgoogle_bigtableadmin_instance_app_profilenameetags: an array ofgoogle_bigtableadmin_instance_app_profileetagdescriptions: an array ofgoogle_bigtableadmin_instance_app_profiledescriptionmulti_cluster_routing_use_anies: an array ofgoogle_bigtableadmin_instance_app_profilemulti_cluster_routing_use_anysingle_cluster_routings: an array ofgoogle_bigtableadmin_instance_app_profilesingle_cluster_routingpriorities: an array ofgoogle_bigtableadmin_instance_app_profileprioritystandard_isolations: an array ofgoogle_bigtableadmin_instance_app_profilestandard_isolationdata_boost_isolation_read_onlies: an array ofgoogle_bigtableadmin_instance_app_profiledata_boost_isolation_read_only
Properties
Properties that can be accessed from the google_bigtableadmin_instance_app_profiles resource:
See google_bigtableadmin_instance_app_profile for more detailed information.
names: an array ofgoogle_bigtableadmin_instance_app_profilenameetags: an array ofgoogle_bigtableadmin_instance_app_profileetagdescriptions: an array ofgoogle_bigtableadmin_instance_app_profiledescriptionmulti_cluster_routing_use_anies: an array ofgoogle_bigtableadmin_instance_app_profilemulti_cluster_routing_use_anysingle_cluster_routings: an array ofgoogle_bigtableadmin_instance_app_profilesingle_cluster_routingpriorities: an array ofgoogle_bigtableadmin_instance_app_profileprioritystandard_isolations: an array ofgoogle_bigtableadmin_instance_app_profilestandard_isolationdata_boost_isolation_read_onlies: an array ofgoogle_bigtableadmin_instance_app_profiledata_boost_isolation_read_only
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 https://bigtableadmin.googleapis.com/ is enabled for the current project.