interface FiltersProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ResourceExplorer2.CfnView.FiltersProperty |
Java | software.amazon.awscdk.services.resourceexplorer2.CfnView.FiltersProperty |
Python | aws_cdk.aws_resourceexplorer2.CfnView.FiltersProperty |
TypeScript | @aws-cdk/aws-resourceexplorer2 » CfnView » FiltersProperty |
An object with a FilterString
that specifies which resources to include in the results of queries made using this view.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as resourceexplorer2 from '@aws-cdk/aws-resourceexplorer2';
const filtersProperty: resourceexplorer2.CfnView.FiltersProperty = {
filterString: 'filterString',
};
Properties
Name | Type | Description |
---|---|---|
filter | string | CfnView.FiltersProperty.FilterString . |
filterString
Type:
string
CfnView.FiltersProperty.FilterString
.