interface SecurityControlReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityHub.SecurityControlReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#SecurityControlReference |
Java | software.amazon.awscdk.services.securityhub.SecurityControlReference |
Python | aws_cdk.aws_securityhub.SecurityControlReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript