Class: Aws::EventBridge::Types::CreateEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the global endpoint.

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_busesArray<Types::EndpointEventBus>

Define the event buses used.

The names of the event buses must be identical in each Region.

Returns:



986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the global endpoint. For example, "Name":"us-east-2-custom_bus_A-endpoint".

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#replication_configTypes::ReplicationConfig

Enable or disable event replication. The default state is ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.



986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role used for replication.

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configTypes::RoutingConfig

Configure the routing policy, including the health check and secondary Region..



986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 986

class CreateEndpointRequest < Struct.new(
  :name,
  :description,
  :routing_config,
  :replication_config,
  :event_buses,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end