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