Show / Hide Table of Contents

Interface CfnDataSourcePropsMixin.IFilterExpressionProperty

A filter expression in Amazon DataZone.

Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IFilterExpressionProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IFilterExpressionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-filterexpression.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.DataZone.Mixins;

             var filterExpressionProperty = new FilterExpressionProperty {
                 Expression = "expression",
                 Type = "type"
             };

Synopsis

Properties

Expression

The search filter expression.

Type

The search filter explresison type.

Properties

Expression

The search filter expression.

string? Expression { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-filterexpression.html#cfn-datazone-datasource-filterexpression-expression

Type

The search filter explresison type.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-datasource-filterexpression.html#cfn-datazone-datasource-filterexpression-type

Back to top Generated by DocFX