class TransformationCompleted
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.B2BI.Events.TransformationCompleted |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsb2bi/events#TransformationCompleted |
Java | software.amazon.awscdk.mixins.preview.services.b2bi.events.TransformationCompleted |
Python | aws_cdk.mixins_preview.aws_b2bi.events.TransformationCompleted |
TypeScript | @aws-cdk/mixins-preview » aws_b2bi » events » TransformationCompleted |
EventBridge event pattern for aws.b2bi@TransformationCompleted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as b2bi_events } from '@aws-cdk/mixins-preview/aws-b2bi';
const transformationCompleted = new b2bi_events.TransformationCompleted();
Initializer
new TransformationCompleted()
Methods
| Name | Description |
|---|---|
| static transformation | EventBridge event pattern for Transformation Completed. |
static transformationCompletedPattern(options?)
public static transformationCompletedPattern(options?: TransformationCompletedProps): EventPattern
Parameters
- options
TransformationCompleted Props
Returns
EventBridge event pattern for Transformation Completed.

.NET
Go
Java
Python
TypeScript