public static interface EventSubscription.Builder extends SdkPojo, CopyableBuilder<EventSubscription.Builder,EventSubscription>
| Modifier and Type | Method and Description |
|---|---|
EventSubscription.Builder |
eventType(EventType eventType)
The type of event you would like to subscribe and get notification for.
|
EventSubscription.Builder |
eventType(String eventType)
The type of event you would like to subscribe and get notification for.
|
EventSubscription.Builder |
name(String name)
Unique name to identify an event subscription.
|
EventSubscription.Builder |
snsTopicArn(String snsTopicArn)
Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventSubscription.Builder eventType(String eventType)
The type of event you would like to subscribe and get notification for. Currently, Resilience Hub supports
notifications only for Drift detected (DriftDetected) and Scheduled assessment
failure (ScheduledAssessmentFailure) events.
eventType - The type of event you would like to subscribe and get notification for. Currently, Resilience Hub
supports notifications only for Drift detected (DriftDetected) and Scheduled
assessment failure (ScheduledAssessmentFailure) events.EventType,
EventTypeEventSubscription.Builder eventType(EventType eventType)
The type of event you would like to subscribe and get notification for. Currently, Resilience Hub supports
notifications only for Drift detected (DriftDetected) and Scheduled assessment
failure (ScheduledAssessmentFailure) events.
eventType - The type of event you would like to subscribe and get notification for. Currently, Resilience Hub
supports notifications only for Drift detected (DriftDetected) and Scheduled
assessment failure (ScheduledAssessmentFailure) events.EventType,
EventTypeEventSubscription.Builder name(String name)
Unique name to identify an event subscription.
name - Unique name to identify an event subscription.EventSubscription.Builder snsTopicArn(String snsTopicArn)
Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is:
arn:partition:sns:region:account:topic-name. For more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.
snsTopicArn - Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN
is: arn:partition:sns:region:account:topic-name. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference guide.Copyright © 2023. All rights reserved.