AWS::CodeStarNotifications::NotificationRule Target
有关与通知规则关联的 SNS 主题或 AWS Chatbot 客户端的信息。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "TargetAddress" :
String
, "TargetType" :String
}
YAML
TargetAddress:
String
TargetType:String
属性
TargetAddress
-
Amazon SNS 主题或 AWS Chatbot 客户端的 Amazon 资源名称 (ARN)。
必需:否
类型:字符串
最低:
1
最高:
320
Update requires: No interruption
TargetType
-
目标类型。可以是 Amazon SNS 主题或 AWS Chatbot 客户端。
-
Amazon SNS 主题指定为
SNS
。 -
AWS Chatbot 客户端指定为
AWSChatbotSlack
。
必需:否
类型:字符串
模式:
^[A-Za-z]+$
Update requires: No interruption
-