Class: Aws::SecurityHub::Types::AwsEventsEventbusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEventbusDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
#name ⇒ String
The name of the event bus.
-
#policy ⇒ String
The policy that enables the external account to send events to your account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
13294 13295 13296 13297 13298 13299 13300 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13294 class AwsEventsEventbusDetails < Struct.new( :arn, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event bus.
13294 13295 13296 13297 13298 13299 13300 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13294 class AwsEventsEventbusDetails < Struct.new( :arn, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy that enables the external account to send events to your account.
13294 13295 13296 13297 13298 13299 13300 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13294 class AwsEventsEventbusDetails < Struct.new( :arn, :name, :policy) SENSITIVE = [] include Aws::Structure end |