Show / Hide Table of Contents

Class CfnCalculatedAttributeDefinition.ReadinessProperty

Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.

Inheritance
object
CfnCalculatedAttributeDefinition.ReadinessProperty
Implements
CfnCalculatedAttributeDefinition.IReadinessProperty
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 CfnCalculatedAttributeDefinition.ReadinessProperty : CfnCalculatedAttributeDefinition.IReadinessProperty
Syntax (vb)
Public Class CfnCalculatedAttributeDefinition.ReadinessProperty Implements CfnCalculatedAttributeDefinition.IReadinessProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.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 readinessProperty = new ReadinessProperty {
                 Message = "message",
                 ProgressPercentage = 123
             };

Properties

Message

Any customer messaging.

public string? Message { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-message

ProgressPercentage

Approximately how far the Calculated Attribute creation is from completion.

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-readiness.html#cfn-customerprofiles-calculatedattributedefinition-readiness-progresspercentage

Implements

CfnCalculatedAttributeDefinition.IReadinessProperty
Back to top Generated by DocFX