ALIYUN::ARMS::EnvironmentFeature is used to install a feature.
Syntax
{
"Type": "ALIYUN::ARMS::EnvironmentFeature",
"Properties": {
"EnvironmentId": String,
"FeatureVersion": String,
"FeatureName": String,
"Config": Map
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
EnvironmentId | String | Yes | No | The environment ID. | None. |
FeatureVersion | String | Yes | No | The version of the feature. | None. |
FeatureName | String | Yes | No | The feature name. | None. |
Config | Map | No | Yes | The metadata information about the feature. | None. |
Return values
Fn::GetAtt
EnvironmentId: the environment ID.
FeatureStatus: the state of the feature.
Feature: the installation information about the feature.
FeatureName: the feature name.