Show / Hide Table of Contents

Interface CfnCampaign.IMetricDimensionProperty

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCampaign.IMetricDimensionProperty
Syntax (vb)
Public Interface CfnCampaign.IMetricDimensionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.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.Pinpoint;

             var metricDimensionProperty = new MetricDimensionProperty {
                 ComparisonOperator = "comparisonOperator",
                 Value = 123
             };

Synopsis

Properties

ComparisonOperator
Value

Properties

ComparisonOperator

string? ComparisonOperator { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.html#cfn-pinpoint-campaign-metricdimension-comparisonoperator

Value

double? Value { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-metricdimension.html#cfn-pinpoint-campaign-metricdimension-value

Back to top Generated by DocFX