AWS::KinesisFirehose::DeliveryStream HttpEndpointCommonAttribute
描述传送到指定 HTTP 终端节点目标的元数据。Kinesis Firehose 支持由受支持的第三方服务提供商(包括 Datadog、MongoDB 和 New Relic)拥有的任何一个或多个自定义 HTTP 终端节点。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "AttributeName" :
String
, "AttributeValue" :String
}
YAML
AttributeName:
String
AttributeValue:String
属性
AttributeName
-
HTTP 终端节点公共属性的名称。
必需:是
类型:字符串
最低:
1
最高:
256
模式:
^(?!\s*$).+
Update requires: No interruption
AttributeValue
-
HTTP 终端节点公共属性的值。
必需:是
类型:字符串
最低:
0
最高:
1024
模式:
.*
Update requires: No interruption