Server Group Server Attachment Args
data class ServerGroupServerAttachmentArgs(val description: Output<String>? = null, val port: Output<Int>? = null, val serverGroupId: Output<String>? = null, val serverId: Output<String>? = null, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ServerGroupServerAttachmentArgs>
NOTE: Available in v1.163.0+. For information about server group server attachment and how to use it, see Configure a server group server attachment. NOTE: Applying this resource may conflict with applying
alicloud.slb.Listener
, and thealicloud.slb.Listener
block should usedepends_on = [alicloud_slb_server_group_server_attachment.xxx]
to avoid it.
Import
Load balancer backend server group server attachment can be imported using the id, e.g.
$ pulumi import alicloud:slb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id>:<server_id>:<port>
Content copied to clipboard