Class: Aws::SecurityHub::Types::AwsEventsEventbusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEventsEventbusDetails
- 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
-
#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.
13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13425 class AwsEventsEventbusDetails < Struct.new( :arn, :name, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event bus.
13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13425 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.
13425 13426 13427 13428 13429 13430 13431 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13425 class AwsEventsEventbusDetails < Struct.new( :arn, :name, :policy) SENSITIVE = [] include Aws::Structure end |