class MGNSourceServerLaunchResult
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MGN.Events.MGNSourceServerLaunchResult |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmgn/events#MGNSourceServerLaunchResult |
Java | software.amazon.awscdk.mixins.preview.services.mgn.events.MGNSourceServerLaunchResult |
Python | aws_cdk.mixins_preview.aws_mgn.events.MGNSourceServerLaunchResult |
TypeScript | @aws-cdk/mixins-preview » aws_mgn » events » MGNSourceServerLaunchResult |
EventBridge event pattern for aws.mgn@MGNSourceServerLaunchResult.
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 mGNSourceServerLaunchResult = new mgn_events.MGNSourceServerLaunchResult();
Initializer
new MGNSourceServerLaunchResult()
Methods
| Name | Description |
|---|---|
| static event | EventBridge event pattern for MGN Source Server Launch Result. |
static eventPattern(options?)
public static eventPattern(options?: MGNSourceServerLaunchResultProps): EventPattern
Parameters
- options
MGNSourceServer Launch Result Props
Returns
EventBridge event pattern for MGN Source Server Launch Result.

.NET
Go
Java
Python
TypeScript