SecurityGroupAttachmentProps
Properties for defining a SecurityGroupAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nlb-securitygroupattachment
Initializer
import { SecurityGroupAttachmentProps } from '@alicloud/ros-cdk-nlb'
const securityGroupAttachmentProps: SecurityGroupAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
loadBalancerId |
string | @alicloud/ros-cdk-core.IResolvable |
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group. |
securityGroupIds |
any[] | @alicloud/ros-cdk-core.IResolvable |
Property securityGroupIds: List of security group id. |
loadBalancerId
Required
public readonly loadBalancerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property loadBalancerId: The ID of the network-based server load balancer instance to be bound to the security group.
securityGroupIds
Required
public readonly securityGroupIds: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property securityGroupIds: List of security group id.