class DataStoreActive
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthLake.Events.DataStoreActive |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthlake/events#DataStoreActive |
Java | software.amazon.awscdk.mixins.preview.services.healthlake.events.DataStoreActive |
Python | aws_cdk.mixins_preview.aws_healthlake.events.DataStoreActive |
TypeScript | @aws-cdk/mixins-preview » aws_healthlake » events » DataStoreActive |
EventBridge event pattern for aws.healthlake@DataStoreActive.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as healthlake_events } from '@aws-cdk/mixins-preview/aws-healthlake';
const dataStoreActive = new healthlake_events.DataStoreActive();
Initializer
new DataStoreActive()
Methods
| Name | Description |
|---|---|
| static data | EventBridge event pattern for Data Store Active. |
static dataStoreActivePattern(options?)
public static dataStoreActivePattern(options?: DataStoreActiveProps): EventPattern
Parameters
- options
DataStore Active Props
Returns
EventBridge event pattern for Data Store Active.

.NET
Go
Java
Python
TypeScript