Skip to content

SecurityGroupAttachmentProps

Properties for defining a SecurityGroupAttachment.

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

Initializer

import { SecurityGroupAttachmentProps } from '@alicloud/ros-cdk-alb'
const securityGroupAttachmentProps: SecurityGroupAttachmentProps = { ... }

Properties

Name Type Description
loadBalancerId string | @alicloud/ros-cdk-core.IResolvable Property loadBalancerId: The ID of ALB instance.
securityGroupIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property securityGroupIds: The IDs of the security group to which the ALB instance join.

loadBalancerIdRequired

public readonly loadBalancerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property loadBalancerId: The ID of ALB instance.


securityGroupIdsOptional

public readonly securityGroupIds: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

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