Show / Hide Table of Contents

Class CfnSegmentDefinition.RangeOverrideProperty

Overrides the original range on a calculated attribute definition.

Inheritance
object
CfnSegmentDefinition.RangeOverrideProperty
Implements
CfnSegmentDefinition.IRangeOverrideProperty
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.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSegmentDefinition.RangeOverrideProperty : CfnSegmentDefinition.IRangeOverrideProperty
Syntax (vb)
Public Class CfnSegmentDefinition.RangeOverrideProperty Implements CfnSegmentDefinition.IRangeOverrideProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-rangeoverride.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 rangeOverrideProperty = new RangeOverrideProperty {
                 Start = 123,
                 Unit = "unit",

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

Synopsis

Constructors

RangeOverrideProperty()

Overrides the original range on a calculated attribute definition.

Properties

End

The end time of when to include objects.

Start

The start time of when to include objects.

Unit

The unit for start and end.

Constructors

RangeOverrideProperty()

Overrides the original range on a calculated attribute definition.

public RangeOverrideProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-rangeoverride.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 rangeOverrideProperty = new RangeOverrideProperty {
                 Start = 123,
                 Unit = "unit",

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

Properties

End

The end time of when to include objects.

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

double?

Remarks

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

Start

The start time of when to include objects.

public double Start { get; set; }
Property Value

double

Remarks

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

Unit

The unit for start and end.

public string Unit { get; set; }
Property Value

string

Remarks

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

Implements

CfnSegmentDefinition.IRangeOverrideProperty
Back to top Generated by DocFX