interface CfnOrganizationAdminMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Detective.CfnOrganizationAdminMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdetective#CfnOrganizationAdminMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.detective.CfnOrganizationAdminMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_detective.CfnOrganizationAdminMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_detective » 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 { aws_detective as detective } from '@aws-cdk/cfn-property-mixins';
const cfnOrganizationAdminMixinProps: detective.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