Skip to content

JoinSecurityGroupProps

Properties for defining a JoinSecurityGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-joinsecuritygroup

Initializer

import { JoinSecurityGroupProps } from '@alicloud/ros-cdk-ecs'
const joinSecurityGroupProps: JoinSecurityGroupProps = { ... }

Properties

Name Type Description
securityGroupId string | @alicloud/ros-cdk-core.IResolvable Property securityGroupId: Security group id to join.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: Instance Id to the join the security group.
instanceIdList any[] | @alicloud/ros-cdk-core.IResolvable Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.
networkInterfaceList any[] | @alicloud/ros-cdk-core.IResolvable Property networkInterfaceList: Network interface list.

securityGroupIdRequired

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

Property securityGroupId: Security group id to join.


instanceIdOptional

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

Property instanceId: Instance Id to the join the security group.


instanceIdListOptional

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

Property instanceIdList: The comma delimited instance id list.If the property "InstanceId" is setting, this property will be ignored.


networkInterfaceListOptional

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

Property networkInterfaceList: Network interface list.