Skip to content

SecurityGroupAttachmentProps

Properties for defining a SecurityGroupAttachment.

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

Initializer

import ros_cdk_nlb
ros_cdk_nlb.SecurityGroupAttachmentProps(
  load_balancer_id: typing.Union[str, IResolvable],
  security_group_ids: typing.Union[typing.List[typing.Any], IResolvable]
)

Properties

Name Type Description
load_balancer_id typing.Union[str, ros_cdk_core.IResolvable] Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group.
security_group_ids typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property securityGroupIds: List of security group id.

load_balancer_idRequired

load_balancer_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group.


security_group_idsRequired

security_group_ids: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property securityGroupIds: List of security group id.