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
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
Remarks
Value
double? Value { get; }