ALIYUN::DDoSPro::ProInstance类型用于创建DDoS高防提供新BGP(Anti-DDoS Pro)。
语法
{
"Type": "ALIYUN::DDoSPro::ProInstance",
"Properties": {
"NormalQps": Integer,
"Period": Integer,
"PortCount": Integer,
"Edition": String,
"BurstBandwidthMode": String,
"ServiceBandwidth": Integer,
"ServicePartner": String,
"BaseBandwidth": Integer,
"FunctionVersion": String,
"Bandwidth": Integer,
"AddressType": String,
"PeriodUnit": String,
"DomainCount": Integer,
"Tags": List
}
}
属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
NormalQps | Integer | 否 | 否 | 正常业务QPS。 | 取值范围:3000~100000,必须是100的整数倍。 |
Period | Integer | 否 | 否 | 购买时长。 |
|
PortCount | Integer | 否 | 否 | 防护端口数。 | 不同实例类型(ProductPlan)支持的防护端口数(PortCount)取值不同,具体说明如下:
|
Edition | String | 否 | 否 | 防护套餐类型。 | 取值:coop,表示专业版。 |
BurstBandwidthMode | String | 否 | 否 | 95弹性业务带宽计费模式。 | 取值:
|
ServiceBandwidth | Integer | 否 | 否 | 业务带宽。 | 单位:Mbps。 取值范围:100~5000,必须是50的整数倍。 |
ServicePartner | String | 否 | 否 | 防护线路类型。 | 取值:coop-line-001,表示默认防护线路。 |
BaseBandwidth | Integer | 否 | 否 | 保底防护带宽。 | 单位:Gbps。 取值:30、60、100、300、400、500、600。 |
FunctionVersion | String | 否 | 否 | 功能套餐类型。 | 取值:
|
Bandwidth | Integer | 否 | 是 | 弹性防护带宽。 | 单位:Gbps。 弹性防护带宽必须大于或等于保底防护带宽。不同保底防护带宽(BaseBandwidth)支持的弹性防护带宽(Bandwidth)取值不同。具体说明如下:
|
AddressType | String | 否 | 否 | IP地址的协议类型。 | 取值:
|
PeriodUnit | String | 否 | 否 | 订阅持续时间的单位。 | 默认值:Mouth。 取值:
|
DomainCount | Integer | 否 | 否 | 防护域名数。 | 不同实例类型(ProductPlan)支持的防护域名数(DomainCount)取值不同。具体说明如下:
|
Tags | List | 否 | 是 | 标签列表。 | 更多信息,请参见Tags属性。 |
Tags语法
"Tags": [
{
"Key": String,
"Value": String
}
]
Tags属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
Key | String | 是 | 否 | 标签键。 | 无 |
Value | String | 否 | 否 | 标签值。 | 无 |
返回值
Fn::GetAtt
InstanceId:已创建的实例的ID。