interface OrganizationAdminReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Detective.OrganizationAdminReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdetective#OrganizationAdminReference |
![]() | software.amazon.awscdk.services.detective.OrganizationAdminReference |
![]() | aws_cdk.aws_detective.OrganizationAdminReference |
![]() | 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.