ALIYUN::ARMS::EnvironmentFeature类型用于安装Feature。
语法
{
"Type": "ALIYUN::ARMS::EnvironmentFeature",
"Properties": {
"EnvironmentId": String,
"FeatureVersion": String,
"FeatureName": String,
"Config": Map
}
}
属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
EnvironmentId | String | 是 | 否 | 环境 ID。 | 无 |
FeatureVersion | String | 是 | 否 | Feature 的版本信息。 | 无 |
FeatureName | String | 是 | 否 | Feature 的名称。 | 无 |
Config | Map | 否 | 是 | Feature 的元数据信息。 | 无 |
返回值
Fn::GetAtt
EnvironmentId:环境 ID。
FeatureStatus:Feature 的运行状态。
Feature:Feature 安装信息。
FeatureName:Feature 的名称。