NotificationRuleTarget class
Constructors
-
NotificationRuleTarget({required Input<String> address, Input<String?>? status, Input<String?>? type})
-
Creates a new NotificationRuleTarget.
address The ARN of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
status The status of the notification rule. Possible values are ENABLED and DISABLED, default is ENABLED.
type The type of the notification target. Valid values are SNS, AWSChatbotSlack, and AWSChatbotMicrosoftTeams. Default value is SNS.
const
-
NotificationRuleTarget.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
address
→ Input<String>
-
The ARN of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ Input<String?>?
-
The status of the notification rule. Possible values are
ENABLED and DISABLED, default is ENABLED.
final
-
type
→ Input<String?>?
-
The type of the notification target. Valid values are
SNS, AWSChatbotSlack, and AWSChatbotMicrosoftTeams. Default value is SNS.
final