Interface CfnView.IFiltersProperty
Namespace: Amazon.CDK.AWS.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFiltersProperty
Syntax (vb)
Public Interface IFiltersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ResourceExplorer2;
var filtersProperty = new FiltersProperty {
FilterString = "filterString"
};
Synopsis
Properties
FilterString |
Properties
FilterString
string FilterString { get; }
Property Value
System.String