K8s Slb Attachment Args
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>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(appId: Output<String>? = null, slbConfigs: Output<List<K8sSlbAttachmentSlbConfigArgs>>? = null)