K8s Cluster Args
data class K8sClusterArgs(val csClusterId: Output<String>? = null, val namespaceId: Output<String>? = null) : ConvertibleToJava<K8sClusterArgs>
Provides an EDAS K8s cluster resource. For information about EDAS K8s Cluster and how to use it, seeWhat is EDAS K8s Cluster.
NOTE: Available since v1.93.0.
Import
EDAS cluster can be imported using the id, e.g.
$ pulumi import alicloud:edas/k8sCluster:K8sCluster cluster cluster_id
Content copied to clipboard
Properties
Link copied to clipboard
The ID of the alicloud container service kubernetes cluster that you want to import.
Link copied to clipboard
The ID of the namespace where you want to import. You can call the ListUserDefineRegion operation to query the namespace ID.