interface StandardReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.StandardReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#StandardReference |
Java | software.amazon.awscdk.interfaces.securityhub.StandardReference |
Python | aws_cdk.interfaces.aws_securityhub.StandardReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_securityhub } from 'aws-cdk-lib/interfaces';
const standardReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript