Class CfnEndpoint.EndpointEventBusProperty
The event buses the endpoint is associated with.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEndpoint.EndpointEventBusProperty : CfnEndpoint.IEndpointEventBusProperty
Syntax (vb)
Public Class CfnEndpoint.EndpointEventBusProperty Implements CfnEndpoint.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
Constructors
| EndpointEventBusProperty() | The event buses the endpoint is associated with. |
Properties
| EventBusArn | The ARN of the event bus the endpoint is associated with. |
Constructors
EndpointEventBusProperty()
The event buses the endpoint is associated with.
public EndpointEventBusProperty()
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"
};
Properties
EventBusArn
The ARN of the event bus the endpoint is associated with.
public string EventBusArn { get; set; }