ALIYUN::CEN::CenBandwidthPackageAssociation
更新時(shí)間:
ALIYUN::CEN::CenBandwidthPackageAssociation類型用于將帶寬包綁定到指定的云企業(yè)網(wǎng)實(shí)例。
語(yǔ)法
{
"Type": "ALIYUN::CEN::CenBandwidthPackageAssociation",
"Properties": {
"CenId": String,
"CenBandwidthPackageId": String
}
}
屬性
屬性名稱 | 類型 | 必須 | 允許更新 | 描述 | 約束 |
CenBandwidthPackageId | String | 是 | 否 | 帶寬包的ID。 | 無(wú)。 |
CenId | String | 是 | 否 | 云企業(yè)網(wǎng)實(shí)例的ID。 | 無(wú)。 |
返回值
Fn::GetAtt
無(wú)。
示例
YAML格式
ROSTemplateFormatVersion: '2015-09-01'
Resources:
CenBandwidthPackageAssociation:
Type: ALIYUN::CEN::CenBandwidthPackageAssociation
Properties:
CenId:
Ref: CenId
CenBandwidthPackageId:
Ref: CenBandwidthPackageId
Parameters:
CenId:
Type: String
Description: The ID of the CEN instance.
CenBandwidthPackageId:
Type: String
Description: The ID of the bandwidth package.
Outputs: {}
JSON格式
{
"ROSTemplateFormatVersion": "2015-09-01",
"Resources": {
"CenBandwidthPackageAssociation": {
"Type": "ALIYUN::CEN::CenBandwidthPackageAssociation",
"Properties": {
"CenId": {
"Ref": "CenId"
},
"CenBandwidthPackageId": {
"Ref": "CenBandwidthPackageId"
}
}
}
},
"Parameters": {
"CenId": {
"Type": "String",
"Description": "The ID of the CEN instance."
},
"CenBandwidthPackageId": {
"Type": "String",
"Description": "The ID of the bandwidth package."
}
},
"Outputs": {}
}
文檔內(nèi)容是否對(duì)您有幫助?