ALIYUN::NLB::SecurityGroupAttachment is used to bind a security group to a Network Load Balancer (NLB) instance.
Syntax
{
"Type": "ALIYUN::NLB::SecurityGroupAttachment",
"Properties": {
"LoadBalancerId": String,
"SecurityGroupIds": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
LoadBalancerId | String | Yes | No | The ID of the NLB instance to which you want to bind a security group. | None. |
SecurityGroupIds | List | Yes | No | The ID of the security group. | You can specify up to 10 security groups. |
Return values
Fn::GetAtt
None.