aws-cdk-lib.aws_resourceexplorer2.CfnView.FiltersProperty

interface FiltersProperty

LanguageType name
.NETAmazon.CDK.AWS.ResourceExplorer2.CfnView.FiltersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnView_FiltersProperty
Javasoftware.amazon.awscdk.services.resourceexplorer2.CfnView.FiltersProperty
Pythonaws_cdk.aws_resourceexplorer2.CfnView.FiltersProperty
TypeScript 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

NameTypeDescription
filterStringstringCfnView.FiltersProperty.FilterString.

filterString

Type: string

CfnView.FiltersProperty.FilterString.