aws-cdk-lib.aws_iottwinmaker.CfnEntity.StatusProperty

interface StatusProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTTwinMaker.CfnEntity.StatusProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnEntity_StatusProperty
Javasoftware.amazon.awscdk.services.iottwinmaker.CfnEntity.StatusProperty
Pythonaws_cdk.aws_iottwinmaker.CfnEntity.StatusProperty
TypeScript aws-cdk-lib » aws_iottwinmaker » CfnEntity » StatusProperty

The current status of the entity.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';

declare const error: any;
const statusProperty: iottwinmaker.CfnEntity.StatusProperty = {
  error: error,
  state: 'state',
};

Properties

NameTypeDescription
error?anyThe error message.
state?stringThe current state of the entity, component, component type, or workspace.

error?

Type: any (optional)

The error message.


state?

Type: string (optional)

The current state of the entity, component, component type, or workspace.

Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERROR