class OpsWorksDeploymentStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.OpsWorks.Events.OpsWorksDeploymentStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsopsworks/events#OpsWorksDeploymentStateChange |
Java | software.amazon.awscdk.mixins.preview.services.opsworks.events.OpsWorksDeploymentStateChange |
Python | aws_cdk.mixins_preview.aws_opsworks.events.OpsWorksDeploymentStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_opsworks » events » OpsWorksDeploymentStateChange |
EventBridge event pattern for aws.opsworks@OpsWorksDeploymentStateChange.
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 opsWorksDeploymentStateChange = new opsworks_events.OpsWorksDeploymentStateChange();
Initializer
new OpsWorksDeploymentStateChange()
Methods
| Name | Description |
|---|---|
| static ops | EventBridge event pattern for OpsWorks Deployment State Change. |
static opsWorksDeploymentStateChangePattern(options?)
public static opsWorksDeploymentStateChangePattern(options?: OpsWorksDeploymentStateChangeProps): EventPattern
Parameters
Returns
EventBridge event pattern for OpsWorks Deployment State Change.

.NET
Go
Java
Python
TypeScript