interface OrganizationAdminReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Detective.OrganizationAdminReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdetective#OrganizationAdminReference |
Java | software.amazon.awscdk.services.detective.OrganizationAdminReference |
Python | aws_cdk.aws_detective.OrganizationAdminReference |
TypeScript | aws-cdk-lib » aws_detective » OrganizationAdminReference |
A reference to a OrganizationAdmin resource.
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 organizationAdminReference: detective.OrganizationAdminReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the OrganizationAdmin resource. |
accountId
Type:
string
The AccountId of the OrganizationAdmin resource.

.NET
Go
Java
Python
TypeScript