CfnOrganizationAdminMixinProps
- class aws_cdk.mixins_preview.aws_detective.mixins.CfnOrganizationAdminMixinProps(*, account_id=None)
Bases:
objectProperties for CfnOrganizationAdminPropsMixin.
- Parameters:
account_id (
Optional[str]) – The AWS account identifier of the account to designate as the Detective administrator account for the organization.- 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_detective import mixins as detective_mixins cfn_organization_admin_mixin_props = detective_mixins.CfnOrganizationAdminMixinProps( account_id="accountId" )
Attributes
- account_id
The AWS account identifier of the account to designate as the Detective administrator account for the organization.