detective

Detective

SecurityAWS
General

General information about the service.

Description

Amazon Detective makes it easy to analyze and investigate security issues.

Service Namespace

AWS::Detective::Graph

References

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

detective-

Length

1-128

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_detective_graph" "main" {
2 tags = { Name = "detective-${var.environment}" }
3}
Utilities

Utilities to support app deployment or configuration.