interface SecurityControlReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.SecurityControlReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#SecurityControlReference |
![]() | software.amazon.awscdk.services.securityhub.SecurityControlReference |
![]() | aws_cdk.aws_securityhub.SecurityControlReference |
![]() | aws-cdk-lib » aws_securityhub » SecurityControlReference |
A reference to a SecurityControl resource.
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 securityControlReference: securityhub.SecurityControlReference = {
securityControlId: 'securityControlId',
};
Properties
Name | Type | Description |
---|---|---|
security | string | The SecurityControlId of the SecurityControl resource. |
securityControlId
Type:
string
The SecurityControlId of the SecurityControl resource.