Skip to content

SecurityGroupAttachmentProps

Properties for defining a SecurityGroupAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-securitygroupattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.SecurityGroupAttachmentProps {
    LoadBalancerId: interface{},
    SecurityGroupIds: interface{},
}

Properties

Name Type Description
LoadBalancerId interface{} Property loadBalancerId: The ID of ALB instance.
SecurityGroupIds interface{} Property securityGroupIds: The IDs of the security group to which the ALB instance join.

LoadBalancerIdRequired

LoadBalancerId interface{}
  • Type: interface{}

Property loadBalancerId: The ID of ALB instance.


SecurityGroupIdsOptional

SecurityGroupIds interface{}
  • Type: interface{}

Property securityGroupIds: The IDs of the security group to which the ALB instance join.