aws-cdk-lib.aws_iottwinmaker.CfnComponentType.StatusProperty

interface StatusProperty

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

The component type status.

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';
const statusProperty: iottwinmaker.CfnComponentType.StatusProperty = {
  error: {
    code: 'code',
    message: 'message',
  },
  state: 'state',
};

Properties

NameTypeDescription
error?IResolvable | ErrorPropertyThe component type error.
state?stringThe component type status state.

error?

Type: IResolvable | ErrorProperty (optional)

The component type error.


state?

Type: string (optional)

The component type status state.