CfnDelegatedAdminMixinProps
- class aws_cdk.mixins_preview.aws_securityhub.mixins.CfnDelegatedAdminMixinProps(*, admin_account_id=None)
Bases:
objectProperties for CfnDelegatedAdminPropsMixin.
- Parameters:
admin_account_id (
Optional[str]) – The AWS account identifier of the account to designate as the Security Hub administrator account.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_securityhub import mixins as securityhub_mixins cfn_delegated_admin_mixin_props = securityhub_mixins.CfnDelegatedAdminMixinProps( admin_account_id="adminAccountId" )
Attributes
- admin_account_id
The AWS account identifier of the account to designate as the Security Hub administrator account.