interface CfnOrganizationAdminProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Detective.CfnOrganizationAdminProps |
![]() | software.amazon.awscdk.services.detective.CfnOrganizationAdminProps |
![]() | aws_cdk.aws_detective.CfnOrganizationAdminProps |
![]() | @aws-cdk/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 * as detective from '@aws-cdk/aws-detective';
const cfnOrganizationAdminProps: detective.CfnOrganizationAdminProps = {
accountId: 'accountId',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The 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.