Show / Hide Table of Contents

Class CfnCampaign.MetricDimensionProperty

Inheritance
object
CfnCampaign.MetricDimensionProperty
Implements
CfnCampaign.IMetricDimensionProperty
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.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCampaign.MetricDimensionProperty : CfnCampaign.IMetricDimensionProperty
Syntax (vb)
Public Class CfnCampaign.MetricDimensionProperty Implements 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

Constructors

MetricDimensionProperty()

Properties

ComparisonOperator
Value

Constructors

MetricDimensionProperty()

public MetricDimensionProperty()
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
             };

Properties

ComparisonOperator

public string? ComparisonOperator { get; set; }
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

public double? Value { get; set; }
Property Value

double?

Remarks

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

Implements

CfnCampaign.IMetricDimensionProperty
Back to top Generated by DocFX