Class: Aws::SecurityHub::Types::AwsEventsEventbusDetails

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

Overview

Provides details about Amazon EventBridge event bus. An event bus is a router that receives events and delivers them to zero or more destinations, or targets. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

Returns:

  • (String)


13291
13292
13293
13294
13295
13296
13297
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13291

class AwsEventsEventbusDetails < Struct.new(
  :arn,
  :name,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event bus.

Returns:

  • (String)


13291
13292
13293
13294
13295
13296
13297
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13291

class AwsEventsEventbusDetails < Struct.new(
  :arn,
  :name,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The policy that enables the external account to send events to your account.

Returns:

  • (String)


13291
13292
13293
13294
13295
13296
13297
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13291

class AwsEventsEventbusDetails < Struct.new(
  :arn,
  :name,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end