interface ReadinessProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnDomain.ReadinessProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnDomain_ReadinessProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnDomain.ReadinessProperty |
Python | aws_cdk.aws_customerprofiles.CfnDomain.ReadinessProperty |
TypeScript | aws-cdk-lib » aws_customerprofiles » CfnDomain » ReadinessProperty |
Progress information for data store setup.
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 readinessProperty: customerprofiles.CfnDomain.ReadinessProperty = {
message: 'message',
progressPercentage: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| message? | string | A message describing the current progress. |
| progress | number | The percentage of progress completed. |
message?
Type:
string
(optional)
A message describing the current progress.
progressPercentage?
Type:
number
(optional)
The percentage of progress completed.

.NET
Go
Java
Python
TypeScript