Show / Hide Table of Contents

Class CfnEndpoint.EndpointEventBusProperty

The event buses the endpoint is associated with.

Inheritance
object
CfnEndpoint.EndpointEventBusProperty
Implements
CfnEndpoint.IEndpointEventBusProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

EventBusArn

The ARN of the event bus the endpoint is associated with.

public string EventBusArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnEndpoint.IEndpointEventBusProperty
Back to top Generated by DocFX