Class: Aws::SecurityHub::Types::AwsEventsEndpointDetails

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

Overview

Provides details about an Amazon EventBridge global endpoint. The endpoint can improve your application’s availability by making it Regional-fault tolerant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idString

The URL subdomain of the endpoint. For example, if EndpointUrl is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_urlString

The URL of the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#event_busesArray<Types::AwsEventsEndpointEventBusesDetails>

The event buses being used by the endpoint.



13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#replication_configTypes::AwsEventsEndpointReplicationConfigDetails

Whether event replication was enabled or disabled for this endpoint. 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.



13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role used by event replication for the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configTypes::AwsEventsEndpointRoutingConfigDetails

The routing configuration of the endpoint.



13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the endpoint.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

The reason the endpoint is in its current state.

Returns:

  • (String)


13163
13164
13165
13166
13167
13168
13169
13170
13171
13172
13173
13174
13175
13176
13177
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13163

class AwsEventsEndpointDetails < Struct.new(
  :arn,
  :description,
  :endpoint_id,
  :endpoint_url,
  :event_buses,
  :name,
  :replication_config,
  :role_arn,
  :routing_config,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end