Class: Aws::EventBridge::Types::UpdateEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the endpoint.
-
#event_buses ⇒ Array<Types::EndpointEventBus>
Define event buses used for replication.
-
#name ⇒ String
The name of the endpoint you want to update.
-
#replication_config ⇒ Types::ReplicationConfig
Whether event replication was enabled or disabled by this request.
-
#role_arn ⇒ String
The ARN of the role used by event replication for this request.
-
#routing_config ⇒ Types::RoutingConfig
Configure the routing policy, including the health check and secondary Region.
Instance Attribute Details
#description ⇒ String
A description for the endpoint.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |
#event_buses ⇒ Array<Types::EndpointEventBus>
Define event buses used for replication.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint you want to update.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |
#replication_config ⇒ Types::ReplicationConfig
Whether event replication was enabled or disabled by this request.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of the role used by event replication for this request.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |
#routing_config ⇒ Types::RoutingConfig
Configure the routing policy, including the health check and secondary Region.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5232 class UpdateEndpointRequest < Struct.new( :name, :description, :routing_config, :replication_config, :event_buses, :role_arn) SENSITIVE = [] include Aws::Structure end |