Class: Aws::Notifications::Types::AssociateManagedNotificationAdditionalChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::AssociateManagedNotificationAdditionalChannelRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the Channel to associate with the
ManagedNotificationConfiguration. -
#is_sensitive_events_subscribed ⇒ Boolean
Specifies whether this channel is subscribed to sensitive events.
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfigurationto associate with the additional Channel.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the Channel to associate with the
ManagedNotificationConfiguration.
Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and email (notifications-contacts).
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 180 class AssociateManagedNotificationAdditionalChannelRequest < Struct.new( :channel_arn, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |
#is_sensitive_events_subscribed ⇒ Boolean
Specifies whether this channel is subscribed to sensitive events.
The notifications:SubscribeSensitiveEvents permission controls
access to sensitive events. Defaults to false.
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 180 class AssociateManagedNotificationAdditionalChannelRequest < Struct.new( :channel_arn, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the
ManagedNotificationConfiguration to associate with the additional
Channel.
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 180 class AssociateManagedNotificationAdditionalChannelRequest < Struct.new( :channel_arn, :managed_notification_configuration_arn, :is_sensitive_events_subscribed) SENSITIVE = [] include Aws::Structure end |