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_profile
nameetags
: an array ofgoogle_bigtableadmin_instance_app_profile
etagdescriptions
: an array ofgoogle_bigtableadmin_instance_app_profile
descriptionmulti_cluster_routing_use_anies
: an array ofgoogle_bigtableadmin_instance_app_profile
multi_cluster_routing_use_anysingle_cluster_routings
: an array ofgoogle_bigtableadmin_instance_app_profile
single_cluster_routingpriorities
: an array ofgoogle_bigtableadmin_instance_app_profile
prioritystandard_isolations
: an array ofgoogle_bigtableadmin_instance_app_profile
standard_isolationdata_boost_isolation_read_onlies
: an array ofgoogle_bigtableadmin_instance_app_profile
data_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_profile
nameetags
: an array ofgoogle_bigtableadmin_instance_app_profile
etagdescriptions
: an array ofgoogle_bigtableadmin_instance_app_profile
descriptionmulti_cluster_routing_use_anies
: an array ofgoogle_bigtableadmin_instance_app_profile
multi_cluster_routing_use_anysingle_cluster_routings
: an array ofgoogle_bigtableadmin_instance_app_profile
single_cluster_routingpriorities
: an array ofgoogle_bigtableadmin_instance_app_profile
prioritystandard_isolations
: an array ofgoogle_bigtableadmin_instance_app_profile
standard_isolationdata_boost_isolation_read_onlies
: an array ofgoogle_bigtableadmin_instance_app_profile
data_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.