vsc
VPC Service Controls
SecurityGCP
General
General information about the service.
Description
VPC Service Controls creates a security perimeter around Google Cloud resources to mitigate data exfiltration risks.
Service ID
accesscontextmanager.googleapis.comResource Pattern
accessPolicies/{policy}/servicePerimeters/{perimeter}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
vsc-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_access_context_manager_service_perimeter" "main" {2 parent = "accessPolicies/${var.access_policy}"3 name = "accessPolicies/${var.access_policy}/servicePerimeters/vsc_${var.environment}"4 title = "vsc-${var.environment}"56 status {7 restricted_services = ["storage.googleapis.com"]8 }9}
Utilities
Utilities to support app deployment or configuration.