aws-cdk-lib.aws_resourceexplorer2.CfnView.FiltersProperty
interface FiltersProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ResourceExplorer2.CfnView.FiltersProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnView_FiltersProperty |
![]() | software.amazon.awscdk.services.resourceexplorer2.CfnView.FiltersProperty |
![]() | aws_cdk.aws_resourceexplorer2.CfnView.FiltersProperty |
![]() | aws-cdk-lib » 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 { aws_resourceexplorer2 as resourceexplorer2 } from 'aws-cdk-lib';
const filtersProperty: resourceexplorer2.CfnView.FiltersProperty = {
filterString: 'filterString',
};
Properties
Name | Type | Description |
---|---|---|
filter | string | CfnView.FiltersProperty.FilterString . |
filterString
Type:
string
CfnView.FiltersProperty.FilterString
.