AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Detective::OrganizationAdmin

CfnOrganizationAdmin

The `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

import { CfnOrganizationAdmin } from 'aws-cdk-lib/aws-detective';

Or use the module namespace:

import * as detective from 'aws-cdk-lib/aws-detective';
// detective.CfnOrganizationAdmin

Properties

Configuration passed to the constructor as CfnOrganizationAdminProps.

accountIdRequired
string

The AWS account identifier of the account to designate as the Detective administrator account for the organization.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-detective
CFN TypeAWS::Detective::OrganizationAdmin
Properties1

Related Constructs

External Links