Show / Hide Table of Contents

Class TransformationCompleted

(experimental) EventBridge event pattern for aws.b2bi@TransformationCompleted.

Inheritance
object
TransformationCompleted
Namespace: Amazon.CDK.Mixins.Preview.AWS.B2BI.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class TransformationCompleted : DeputyBase
Syntax (vb)
Public Class TransformationCompleted Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.B2BI.Events;

             var transformationCompleted = new TransformationCompleted();

Synopsis

Constructors

TransformationCompleted()

(experimental) EventBridge event pattern for aws.b2bi@TransformationCompleted.

Methods

TransformationCompletedPattern(ITransformationCompletedProps?)

(experimental) EventBridge event pattern for Transformation Completed.

Constructors

TransformationCompleted()

(experimental) EventBridge event pattern for aws.b2bi@TransformationCompleted.

public TransformationCompleted()
Remarks

Stability: Experimental

Methods

TransformationCompletedPattern(ITransformationCompletedProps?)

(experimental) EventBridge event pattern for Transformation Completed.

public static IEventPattern TransformationCompletedPattern(TransformationCompleted.ITransformationCompletedProps? options = null)
Parameters
options TransformationCompleted.ITransformationCompletedProps
Returns

IEventPattern

Remarks

Stability: Experimental

Back to top Generated by DocFX