A list of attribute items specified in the mathematical expression. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AttributeDetails_Attributes |
-AttributeDetails_Expression <
String>
Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CalculatedAttributeName <
String>
The unique name of the calculated attribute.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Amazon.PowerShell.Cmdlets.CPF.AmazonCustomerProfilesClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Conditions_ObjectCount <
Int32>
The number of profile objects used for the calculated attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The description of the calculated attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The display name of the calculated attribute.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The unique name of the domain.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Holds the list of Filter groups within the Filter definition. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filter_Groups |
Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Range_TimestampFormat <
String>
The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601".
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_TimestampFormat |
-Range_TimestampSource <
String>
An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of \"{ObjectTypeName.<Location of timestamp field in JSON pointer format>}\". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}".
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_TimestampSource |
The unit of time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_Unit |
The amount of time of the specified unit.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_Value |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CustomerProfiles.Model.CreateCalculatedAttributeDefinitionResponse). Specifying the name of a property of type Amazon.CustomerProfiles.Model.CreateCalculatedAttributeDefinitionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The aggregation operation to perform for the calculated attribute.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The tags used to organize, track, or control access for this resource. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
The operator of the threshold.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Threshold_Operator |
The value of the threshold.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Threshold_Value |
Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_ValueRange_End |
-ValueRange_Start <
Int32>
The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Conditions_Range_ValueRange_Start |