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