class MGNSourceServerLifecycleStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MGN.Events.MGNSourceServerLifecycleStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmgn/events#MGNSourceServerLifecycleStateChange |
Java | software.amazon.awscdk.mixins.preview.services.mgn.events.MGNSourceServerLifecycleStateChange |
Python | aws_cdk.mixins_preview.aws_mgn.events.MGNSourceServerLifecycleStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_mgn » events » MGNSourceServerLifecycleStateChange |
EventBridge event pattern for aws.mgn@MGNSourceServerLifecycleStateChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as mgn_events } from '@aws-cdk/mixins-preview/aws-mgn';
const mGNSourceServerLifecycleStateChange = new mgn_events.MGNSourceServerLifecycleStateChange();
Initializer
new MGNSourceServerLifecycleStateChange()
Methods
| Name | Description |
|---|---|
| static event | EventBridge event pattern for MGN Source Server Lifecycle State Change. |
static eventPattern(options?)
public static eventPattern(options?: MGNSourceServerLifecycleStateChangeProps): EventPattern
Parameters
Returns
EventBridge event pattern for MGN Source Server Lifecycle State Change.

.NET
Go
Java
Python
TypeScript