interface FilterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.InspectorV2.FilterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#FilterReference |
Java | software.amazon.awscdk.services.inspectorv2.FilterReference |
Python | aws_cdk.aws_inspectorv2.FilterReference |
TypeScript | aws-cdk-lib » aws_inspectorv2 » FilterReference |
A reference to a Filter resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspectorv2 as inspectorv2 } from 'aws-cdk-lib';
const filterReference: inspectorv2.FilterReference = {
filterArn: 'filterArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| filter | string | The Arn of the Filter resource. |
filterArn
Type:
string
The Arn of the Filter resource.

.NET
Go
Java
Python
TypeScript