interface OrganizationAdminReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Detective.OrganizationAdminReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdetective#OrganizationAdminReference |
Java | software.amazon.awscdk.interfaces.detective.OrganizationAdminReference |
Python | aws_cdk.interfaces.aws_detective.OrganizationAdminReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_detective } from 'aws-cdk-lib/interfaces';
const organizationAdminReference: interfaces_aws_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