Show / Hide Table of Contents

Interface CfnDataSource.IFilterExpressionProperty

A filter expression in Amazon DataZone.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IFilterExpressionProperty
Syntax (vb)
Public Interface CfnDataSource.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.AWS.DataZone;

             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