interface CfnOrganizationAdminProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Detective.CfnOrganizationAdminProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdetective#CfnOrganizationAdminProps |
Java | software.amazon.awscdk.services.detective.CfnOrganizationAdminProps |
Python | aws_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
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.