Show / Hide Table of Contents

Interface CfnLinkPropsMixin.IFilterProperty

Describes the configuration of a filter.

Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IFilterProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.IFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.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.Mixins.Preview.AWS.RTBFabric.Mixins;

             var filterProperty = new FilterProperty {
                 Criteria = new [] { new FilterCriterionProperty {
                     Path = "path",
                     Values = new [] { "values" }
                 } }
             };

Synopsis

Properties

Criteria

Describes the criteria for a filter.

Properties

Criteria

Describes the criteria for a filter.

object? Criteria { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.html#cfn-rtbfabric-link-filter-criteria

Type union: either IResolvable or (either IResolvable or CfnLinkPropsMixin.IFilterCriterionProperty)[]

Back to top Generated by DocFX