interface CfnDelegatedAdminProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnDelegatedAdminProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnDelegatedAdminProps |
![]() | software.amazon.awscdk.services.securityhub.CfnDelegatedAdminProps |
![]() | aws_cdk.aws_securityhub.CfnDelegatedAdminProps |
![]() | aws-cdk-lib » aws_securityhub » CfnDelegatedAdminProps |
Properties for defining a CfnDelegatedAdmin
.
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-lib';
const cfnDelegatedAdminProps: securityhub.CfnDelegatedAdminProps = {
adminAccountId: 'adminAccountId',
};
Properties
Name | Type | Description |
---|---|---|
admin | string | The AWS account identifier of the account to designate as the Security Hub administrator account. |
adminAccountId
Type:
string
The AWS account identifier of the account to designate as the Security Hub administrator account.