Class EventDataStoreReference
A reference to a EventDataStore resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudTrail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EventDataStoreReference : IEventDataStoreReference
Syntax (vb)
Public Class EventDataStoreReference Implements IEventDataStoreReference
Remarks
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.Interfaces.CloudTrail;
var eventDataStoreReference = new EventDataStoreReference {
EventDataStoreArn = "eventDataStoreArn"
};
Synopsis
Constructors
| EventDataStoreReference() | A reference to a EventDataStore resource. |
Properties
| EventDataStoreArn | The EventDataStoreArn of the EventDataStore resource. |
Constructors
EventDataStoreReference()
A reference to a EventDataStore resource.
public EventDataStoreReference()
Remarks
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.Interfaces.CloudTrail;
var eventDataStoreReference = new EventDataStoreReference {
EventDataStoreArn = "eventDataStoreArn"
};
Properties
EventDataStoreArn
The EventDataStoreArn of the EventDataStore resource.
public string EventDataStoreArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated