Show / Hide Table of Contents

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 CfnEndpoint.IEndpointEventBusProperty
Syntax (vb)
Public Interface CfnEndpoint.IEndpointEventBusProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-endpointeventbus.html

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

EventBusArn

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-endpoint-endpointeventbus.html#cfn-events-endpoint-endpointeventbus-eventbusarn

Back to top Generated by DocFX