google_compute_region_url_maps resource
Use the google_compute_region_url_maps
InSpec audit resource to to test a Google Cloud RegionUrlMap resource.
Examples
describe google_compute_region_url_maps(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_url_maps
resource:
See google_compute_region_url_map for more detailed information.
kinds
: an array ofgoogle_compute_region_url_map
kindids
: an array ofgoogle_compute_region_url_map
idcreation_timestamps
: an array ofgoogle_compute_region_url_map
creation_timestampnames
: an array ofgoogle_compute_region_url_map
namedescriptions
: an array ofgoogle_compute_region_url_map
descriptionself_links
: an array ofgoogle_compute_region_url_map
self_linkhost_rules
: an array ofgoogle_compute_region_url_map
host_rulespath_matchers
: an array ofgoogle_compute_region_url_map
path_matcherstests
: an array ofgoogle_compute_region_url_map
testsdefault_services
: an array ofgoogle_compute_region_url_map
default_servicedefault_route_actions
: an array ofgoogle_compute_region_url_map
default_route_actiondefault_url_redirects
: an array ofgoogle_compute_region_url_map
default_url_redirectheader_actions
: an array ofgoogle_compute_region_url_map
header_actiondefault_custom_error_response_policies
: an array ofgoogle_compute_region_url_map
default_custom_error_response_policyfingerprints
: an array ofgoogle_compute_region_url_map
fingerprintregions
: an array ofgoogle_compute_region_url_map
region
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 Compute Engine API is enabled for the current project.