interface CfnOrganizationAdminMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Detective.Mixins.CfnOrganizationAdminMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdetective/mixins#CfnOrganizationAdminMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.detective.mixins.CfnOrganizationAdminMixinProps |
Python | aws_cdk.mixins_preview.aws_detective.mixins.CfnOrganizationAdminMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_detective » mixins » CfnOrganizationAdminMixinProps |
Properties for CfnOrganizationAdminPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as detective_mixins } from '@aws-cdk/mixins-preview/aws-detective';
const cfnOrganizationAdminMixinProps: detective_mixins.CfnOrganizationAdminMixinProps = {
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
(optional)
The AWS account identifier of the account to designate as the Detective administrator account for the organization.

.NET
Go
Java
Python
TypeScript