interface ReadinessProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnDomainPropsMixin.ReadinessProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnDomainPropsMixin_ReadinessProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnDomainPropsMixin.ReadinessProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnDomainPropsMixin.ReadinessProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » CfnDomainPropsMixin » 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 { mixins as customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const readinessProperty: customerprofiles_mixins.CfnDomainPropsMixin.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