CfnOrganizationConfigurationProps

class aws_cdk.aws_securityhub.CfnOrganizationConfigurationProps(*, auto_enable, auto_enable_standards=None, configuration_type=None)

Bases: object

Properties for defining a CfnOrganizationConfiguration.

Parameters:
  • auto_enable (Union[bool, IResolvable]) – Whether to automatically enable Security Hub in new member accounts when they join the organization.

  • auto_enable_standards (Optional[str]) – Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

  • configuration_type (Optional[str]) – Indicates whether the organization uses local or central configuration.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-organizationconfiguration.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_organization_configuration_props = securityhub.CfnOrganizationConfigurationProps(
    auto_enable=False,

    # the properties below are optional
    auto_enable_standards="autoEnableStandards",
    configuration_type="configurationType"
)

Attributes

auto_enable

Whether to automatically enable Security Hub in new member accounts when they join the organization.

See:

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

auto_enable_standards

Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

See:

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

configuration_type

Indicates whether the organization uses local or central configuration.

See:

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