Show / Hide Table of Contents

Class CfnView.FiltersProperty

Inheritance
object
CfnView.FiltersProperty
Implements
CfnView.IFiltersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnView.FiltersProperty : CfnView.IFiltersProperty
Syntax (vb)
Public Class CfnView.FiltersProperty Implements CfnView.IFiltersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html

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

Constructors

FiltersProperty()

Properties

FilterString

Constructors

FiltersProperty()

public FiltersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html

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"
             };

Properties

FilterString

public string FilterString { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html#cfn-resourceexplorer2-view-filters-filterstring

Implements

CfnView.IFiltersProperty
Back to top Generated by DocFX