class Aws::Inspector::Types::SubscribeToEventRequest
@note When making an API call, you may pass SubscribeToEventRequest
data as a hash: { resource_arn: "Arn", # required event: "ASSESSMENT_RUN_STARTED", # required, accepts ASSESSMENT_RUN_STARTED, ASSESSMENT_RUN_COMPLETED, ASSESSMENT_RUN_STATE_CHANGED, FINDING_REPORTED, OTHER topic_arn: "Arn", # required }
@!attribute [rw] resource_arn
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications. @return [String]
@!attribute [rw] event
The event for which you want to receive SNS notifications. @return [String]
@!attribute [rw] topic_arn
The ARN of the SNS topic to which the SNS notifications are sent. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SubscribeToEventRequest AWS API Documentation
Constants
- SENSITIVE