gcp.loadbalancer-backend-bucket¶
GCP resource: https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets
Actions¶
delete¶
The action is used for Load Balancing Backend Buckets delete. GCP action is https://cloud.google.com/compute/docs/reference/rest/v1/backendBuckets/delete.
Example:
policies:
- name: gcp-loadbalancer-backend-buckets-delete
resource: gcp.loadbalancer-backend-bucket
filters:
- type: value
key: bucketName
op: eq
value: custodian-bucket-0
actions:
- type: delete
properties:
type:
enum:
- delete
required:
- type
Permissions - compute.backendBuckets.delete