Class CfnCalculatedAttributeDefinition.ReadinessProperty
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCalculatedAttributeDefinition.ReadinessProperty : CfnCalculatedAttributeDefinition.IReadinessProperty
Syntax (vb)
Public Class CfnCalculatedAttributeDefinition.ReadinessProperty Implements CfnCalculatedAttributeDefinition.IReadinessProperty
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.CustomerProfiles;
var readinessProperty = new ReadinessProperty {
Message = "message",
ProgressPercentage = 123
};
Synopsis
Constructors
ReadinessProperty() | Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected. |
Properties
Message | Any customer messaging. |
ProgressPercentage | Approximately how far the Calculated Attribute creation is from completion. |
Constructors
ReadinessProperty()
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
public ReadinessProperty()
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.CustomerProfiles;
var readinessProperty = new ReadinessProperty {
Message = "message",
ProgressPercentage = 123
};
Properties
Message
Any customer messaging.
public string? Message { get; set; }
Property Value
Remarks
ProgressPercentage
Approximately how far the Calculated Attribute creation is from completion.
public double? ProgressPercentage { get; set; }