aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty

interface RangeProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnCalculatedAttributeDefinition.RangeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnCalculatedAttributeDefinition_RangeProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty
Pythonaws_cdk.aws_customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnCalculatedAttributeDefinition » RangeProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const rangeProperty: customerprofiles.CfnCalculatedAttributeDefinition.RangeProperty = {
  unit: 'unit',
  value: 123,
};

Properties

NameTypeDescription
unitstringThe unit of time.
valuenumberThe amount of time of the specified unit.

unit

Type: string

The unit of time.


value

Type: number

The amount of time of the specified unit.