aws-cdk-lib.aws_detective.CfnOrganizationAdminProps

interface CfnOrganizationAdminProps

LanguageType name
.NETAmazon.CDK.AWS.Detective.CfnOrganizationAdminProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdetective#CfnOrganizationAdminProps
Javasoftware.amazon.awscdk.services.detective.CfnOrganizationAdminProps
Pythonaws_cdk.aws_detective.CfnOrganizationAdminProps
TypeScript aws-cdk-lib » aws_detective » CfnOrganizationAdminProps

Properties for defining a CfnOrganizationAdmin.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_detective as detective } from 'aws-cdk-lib';
const cfnOrganizationAdminProps: detective.CfnOrganizationAdminProps = {
  accountId: 'accountId',
};

Properties

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

accountId

Type: string

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