Interface CfnEndpoint.IEndpointEventBusProperty
The event buses the endpoint is associated with.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEndpointEventBusProperty
Syntax (vb)
Public Interface IEndpointEventBusProperty
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.AWS.Events;
var endpointEventBusProperty = new EndpointEventBusProperty {
EventBusArn = "eventBusArn"
};
Synopsis
Properties
Event |
The ARN of the event bus the endpoint is associated with. |
Properties
EventBusArn
The ARN of the event bus the endpoint is associated with.
string EventBusArn { get; }
Property Value
System.