K8sSlbAttachmentArgs

data class K8sSlbAttachmentArgs(val appId: Output<String>? = null, val slbConfigs: Output<List<K8sSlbAttachmentSlbConfigArgs>>? = null) : ConvertibleToJava<K8sSlbAttachmentArgs>

Binds SLBs to an EDAS k8s application. For information about EDAS k8s slb attachment and how to use it, see What is k8s slb attachment.

NOTE: Available since v1.194.0.

Import

Slb information of EDAS k8s application can be imported using the ID of an EDAS k8s application. e.g.

$ pulumi import alicloud:edas/k8sSlbAttachment:K8sSlbAttachment example <EDAS k8s app id>

Constructors

Link copied to clipboard
constructor(appId: Output<String>? = null, slbConfigs: Output<List<K8sSlbAttachmentSlbConfigArgs>>? = null)

Properties

Link copied to clipboard
val appId: Output<String>? = null

The ID of the EDAS k8s application to which you want to bind SLB instances.

Link copied to clipboard

The configurations of SLB attachment, which is supported for multiple configurations. See slb_configs below.

Functions

Link copied to clipboard
open override fun toJava(): K8sSlbAttachmentArgs