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. |
loadBalancerId
Required
public readonly loadBalancerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property loadBalancerId: The ID of ALB instance.
securityGroupIds
Optional
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.