interface EventDataStoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudTrail.EventDataStoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudtrail#EventDataStoreReference |
Java | software.amazon.awscdk.services.cloudtrail.EventDataStoreReference |
Python | aws_cdk.aws_cloudtrail.EventDataStoreReference |
TypeScript | aws-cdk-lib » aws_cloudtrail » EventDataStoreReference |
A reference to a EventDataStore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudtrail as cloudtrail } from 'aws-cdk-lib';
const eventDataStoreReference: cloudtrail.EventDataStoreReference = {
eventDataStoreArn: 'eventDataStoreArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | The EventDataStoreArn of the EventDataStore resource. |
eventDataStoreArn
Type:
string
The EventDataStoreArn of the EventDataStore resource.

.NET
Go
Java
Python
TypeScript