class OpsWorksCommandStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.OpsWorks.Events.InstanceEvents.OpsWorksCommandStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsopsworks/events#InstanceEvents_OpsWorksCommandStateChange |
Java | software.amazon.awscdk.mixins.preview.services.opsworks.events.InstanceEvents.OpsWorksCommandStateChange |
Python | aws_cdk.mixins_preview.aws_opsworks.events.InstanceEvents.OpsWorksCommandStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_opsworks » events » InstanceEvents » OpsWorksCommandStateChange |
aws.opsworks@OpsWorksCommandStateChange event types for Instance.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as opsworks_events } from '@aws-cdk/mixins-preview/aws-opsworks';
const opsWorksCommandStateChange = new opsworks_events.InstanceEvents.OpsWorksCommandStateChange();
Initializer
new OpsWorksCommandStateChange()

.NET
Go
Java
Python
TypeScript