CfnDelegatedAdminProps

class aws_cdk.aws_securityhub.CfnDelegatedAdminProps(*, admin_account_id)

Bases: object

Properties for defining a CfnDelegatedAdmin.

Parameters:

admin_account_id (str) – The AWS account identifier of the account to designate as the Security Hub administrator account.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-delegatedadmin.html

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 import aws_securityhub as securityhub

cfn_delegated_admin_props = securityhub.CfnDelegatedAdminProps(
    admin_account_id="adminAccountId"
)

Attributes

admin_account_id

The AWS account identifier of the account to designate as the Security Hub administrator account.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-delegatedadmin.html#cfn-securityhub-delegatedadmin-adminaccountid