interface FilterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.InspectorV2.FilterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsinspectorv2#FilterReference |
Java | software.amazon.awscdk.interfaces.inspectorv2.FilterReference |
Python | aws_cdk.interfaces.aws_inspectorv2.FilterReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_inspectorv2 } from 'aws-cdk-lib/interfaces';
const filterReference: interfaces_aws_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