ALIYUN::ENS::InstanceSecurityGroupAttachment is used to add an Edge Node Service (ENS) instance to a security group.
Syntax
{
"Type": "ALIYUN::ENS::InstanceSecurityGroupAttachment",
"Properties": {
"InstanceId": String,
"SecurityGroupId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
InstanceId | String | No | No | The instance ID. | None. |
SecurityGroupId | String | Yes | No | The ID of the security group. | None. |
Return values
Fn::GetAtt
InstanceId: the instance ID.
SecurityGroupId: the ID of the security group.