Class: Aws::InternetMonitor::Types::GetHealthEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetHealthEventInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The internally-generated identifier of a health event.
-
#linked_account_id ⇒ String
The account ID for an account that you’ve set up cross-account sharing for in Amazon CloudWatch Internet Monitor.
-
#monitor_name ⇒ String
The name of the monitor.
Instance Attribute Details
#event_id ⇒ String
The internally-generated identifier of a health event. Because ‘EventID` contains the forward slash (“/”) character, you must URL-encode the `EventID` field in the request URL.
415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 415 class GetHealthEventInput < Struct.new( :monitor_name, :event_id, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#linked_account_id ⇒ String
The account ID for an account that you’ve set up cross-account sharing for in Amazon CloudWatch Internet Monitor. You configure cross-account sharing by using Amazon CloudWatch Observability Access Manager. For more information, see [Internet Monitor cross-account observability] in the Amazon CloudWatch Internet Monitor User Guide.
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cwim-cross-account.html
415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 415 class GetHealthEventInput < Struct.new( :monitor_name, :event_id, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
415 416 417 418 419 420 421 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 415 class GetHealthEventInput < Struct.new( :monitor_name, :event_id, :linked_account_id) SENSITIVE = [] include Aws::Structure end |