CfnStandardProps

class aws_cdk.aws_securityhub.CfnStandardProps(*, standards_arn, disabled_standards_controls=None)

Bases: object

Properties for defining a CfnStandard.

Parameters:
See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-standard.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_standard_props = securityhub.CfnStandardProps(
    standards_arn="standardsArn",

    # the properties below are optional
    disabled_standards_controls=[securityhub.CfnStandard.StandardsControlProperty(
        standards_control_arn="standardsControlArn",

        # the properties below are optional
        reason="reason"
    )]
)

Attributes

disabled_standards_controls

Specifies which controls are to be disabled in a standard.

Maximum : 100

See:

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

standards_arn

The ARN of the standard that you want to enable.

To view a list of available Security Hub standards and their ARNs, use the `DescribeStandards <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html>`_ API operation.

See:

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