interface CfnDelegatedAdminMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SecurityHub.Mixins.CfnDelegatedAdminMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssecurityhub/mixins#CfnDelegatedAdminMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.securityhub.mixins.CfnDelegatedAdminMixinProps |
Python | aws_cdk.mixins_preview.aws_securityhub.mixins.CfnDelegatedAdminMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_securityhub » mixins » CfnDelegatedAdminMixinProps |
Properties for CfnDelegatedAdminPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as securityhub_mixins } from '@aws-cdk/mixins-preview/aws-securityhub';
const cfnDelegatedAdminMixinProps: securityhub_mixins.CfnDelegatedAdminMixinProps = {
adminAccountId: 'adminAccountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| admin | string | The AWS account identifier of the account to designate as the Security Hub CSPM administrator account. |
adminAccountId?
Type:
string
(optional)
The AWS account identifier of the account to designate as the Security Hub CSPM administrator account.

.NET
Go
Java
Python
TypeScript