Show / Hide Table of Contents

Interface CfnSegmentDefinition.IConditionOverridesProperty

An object to override the original condition block of a calculated attribute.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSegmentDefinition.IConditionOverridesProperty
Syntax (vb)
Public Interface CfnSegmentDefinition.IConditionOverridesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-conditionoverrides.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.CustomerProfiles;

             var conditionOverridesProperty = new ConditionOverridesProperty {
                 Range = new RangeOverrideProperty {
                     Start = 123,
                     Unit = "unit",

                     // the properties below are optional
                     End = 123
                 }
             };

Synopsis

Properties

Range

The relative time period over which data is included in the aggregation for this override.

Properties

Range

The relative time period over which data is included in the aggregation for this override.

object? Range { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-conditionoverrides.html#cfn-customerprofiles-segmentdefinition-conditionoverrides-range

Back to top Generated by DocFX