K8sSlbAttachment

class K8sSlbAttachment : KotlinCustomResource

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>

Properties

Link copied to clipboard
val appId: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>