amazonka-cloudwatch-events-2.0: Amazon EventBridge SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudWatchEvents.Types.EndpointEventBus

Description

 
Synopsis

Documentation

data EndpointEventBus Source #

The event buses the endpoint is associated with.

See: newEndpointEventBus smart constructor.

Constructors

EndpointEventBus' 

Fields

  • eventBusArn :: Text

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

Instances

Instances details
FromJSON EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

ToJSON EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Generic EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Associated Types

type Rep EndpointEventBus :: Type -> Type #

Read EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Show EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

NFData EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Methods

rnf :: EndpointEventBus -> () #

Eq EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

Hashable EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

type Rep EndpointEventBus Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.EndpointEventBus

type Rep EndpointEventBus = D1 ('MetaData "EndpointEventBus" "Amazonka.CloudWatchEvents.Types.EndpointEventBus" "amazonka-cloudwatch-events-2.0-GJzRBos1CnlE3BT39axMc5" 'False) (C1 ('MetaCons "EndpointEventBus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventBusArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEndpointEventBus Source #

Create a value of EndpointEventBus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eventBusArn:EndpointEventBus', endpointEventBus_eventBusArn - The ARN of the event bus the endpoint is associated with.

endpointEventBus_eventBusArn :: Lens' EndpointEventBus Text Source #

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