Class CfnCampaign.MetricDimensionProperty
Implements
Inherited Members
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
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
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
Remarks
Value
public double? Value { get; set; }