aws-cdk-lib.aws_securityhub.CfnStandard.StandardsControlProperty

interface StandardsControlProperty

LanguageType name
.NETAmazon.CDK.AWS.SecurityHub.CfnStandard.StandardsControlProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnStandard_StandardsControlProperty
Javasoftware.amazon.awscdk.services.securityhub.CfnStandard.StandardsControlProperty
Pythonaws_cdk.aws_securityhub.CfnStandard.StandardsControlProperty
TypeScript aws-cdk-lib » aws_securityhub » CfnStandard » StandardsControlProperty

Provides details about an individual security control.

For a list of Security Hub controls, see Security Hub controls reference in the AWS Security Hub User Guide .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from 'aws-cdk-lib';
const standardsControlProperty: securityhub.CfnStandard.StandardsControlProperty = {
  standardsControlArn: 'standardsControlArn',

  // the properties below are optional
  reason: 'reason',
};

Properties

NameTypeDescription
standardsControlArnstringThe Amazon Resource Name (ARN) of the control.
reason?stringA user-defined reason for changing a control's enablement status in a specified standard.

standardsControlArn

Type: string

The Amazon Resource Name (ARN) of the control.


reason?

Type: string (optional)

A user-defined reason for changing a control's enablement status in a specified standard.

If you are disabling a control, then this property is required.