class DeprecationPlannedForDataSet
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataExchange.Events.DeprecationPlannedForDataSet |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdataexchange/events#DeprecationPlannedForDataSet |
Java | software.amazon.awscdk.mixins.preview.services.dataexchange.events.DeprecationPlannedForDataSet |
Python | aws_cdk.mixins_preview.aws_dataexchange.events.DeprecationPlannedForDataSet |
TypeScript | @aws-cdk/mixins-preview » aws_dataexchange » events » DeprecationPlannedForDataSet |
EventBridge event pattern for aws.dataexchange@DeprecationPlannedForDataSet.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as dataexchange_events } from '@aws-cdk/mixins-preview/aws-dataexchange';
const deprecationPlannedForDataSet = new dataexchange_events.DeprecationPlannedForDataSet();
Initializer
new DeprecationPlannedForDataSet()
Methods
| Name | Description |
|---|---|
| static event | EventBridge event pattern for Deprecation Planned for Data Set. |
static eventPattern(options?)
public static eventPattern(options?: DeprecationPlannedForDataSetProps): EventPattern
Parameters
Returns
EventBridge event pattern for Deprecation Planned for Data Set.

.NET
Go
Java
Python
TypeScript