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

.NET
Go
Java
Python
TypeScript