aw

Assured Workloads

SecurityGCP
General

General information about the service.

Description

Google Assured Workloads helps you apply security controls to your Google Cloud environment for regulatory compliance.

Service ID

assuredworkloads.googleapis.com

Resource Pattern

organizations/{org}/locations/{location}/workloads/{workload}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

aw-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_assured_workloads_workload" "main" {
2 compliance_regime = "FEDRAMP_MODERATE"
3 display_name = "aw-${var.environment}"
4 location = var.region
5 organization = var.org_id
6}
Utilities

Utilities to support app deployment or configuration.