Interface IEventIntegrationReference
A reference to a EventIntegration resource.
Namespace: Amazon.CDK.Interfaces.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEventIntegrationReference
Syntax (vb)
Public Interface IEventIntegrationReference
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.AppIntegrations;
var eventIntegrationReference = new EventIntegrationReference {
EventIntegrationArn = "eventIntegrationArn",
EventIntegrationName = "eventIntegrationName"
};
Synopsis
Properties
| EventIntegrationArn | The ARN of the EventIntegration resource. |
| EventIntegrationName | The Name of the EventIntegration resource. |
Properties
EventIntegrationArn
The ARN of the EventIntegration resource.
string EventIntegrationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
EventIntegrationName
The Name of the EventIntegration resource.
string EventIntegrationName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated