AWS::Detective::OrganizationAdminThe `AWS::Detective::OrganizationAdmin` resource is an Amazon Detective resource type that designates the Detective administrator account for the organization in the current region. If the account does not have Detective enabled, then this resource enables Detective for that account and creates a new behavior graph.
import { CfnOrganizationAdmin } from 'aws-cdk-lib/aws-detective';Or use the module namespace:
import * as detective from 'aws-cdk-lib/aws-detective';
// detective.CfnOrganizationAdminConfiguration passed to the constructor as CfnOrganizationAdminProps.
accountIdRequiredstringThe AWS account identifier of the account to designate as the Detective administrator account for the organization.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-detectiveAWS::Detective::OrganizationAdmin