interface StateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ImageBuilder.CfnAllImageBuildVersionsPropsMixin.StateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsimagebuilder#CfnAllImageBuildVersionsPropsMixin_StateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnAllImageBuildVersionsPropsMixin.StateProperty |
Python | aws_cdk.cfn_property_mixins.aws_imagebuilder.CfnAllImageBuildVersionsPropsMixin.StateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_imagebuilder » CfnAllImageBuildVersionsPropsMixin » StateProperty |
Image status and the reason for that status.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from '@aws-cdk/cfn-property-mixins';
const stateProperty: imagebuilder.CfnAllImageBuildVersionsPropsMixin.StateProperty = {
status: 'status',
};
Properties
| Name | Type | Description |
|---|---|---|
| status? | string | The status of the image. |
status?
Type:
string
(optional)
The status of the image.

.NET
Go
Java
Python
TypeScript