Emrv2Functions

Functions

Link copied to clipboard

This data source provides the Emr Cluster ecs instances of the current Alibaba Cloud user.

suspend fun getClusterInstances(clusterId: String? = null, ids: List<String>? = null, instanceStates: List<String>? = null, maxResults: Int? = null, nextToken: String? = null, nodeGroupIds: List<String>? = null, nodeGroupNames: List<String>? = null, outputFile: String? = null, tags: Map<String, String>? = null): GetClusterInstancesResult
Link copied to clipboard

This data source provides the Emr Clusters of the current Alibaba Cloud user.

suspend fun getClusters(argument: suspend GetClustersPlainArgsBuilder.() -> Unit): GetClustersResult
suspend fun getClusters(clusterName: String? = null, clusterStates: List<String>? = null, clusterTypes: List<String>? = null, ids: List<String>? = null, maxResults: Int? = null, nameRegex: String? = null, nextToken: String? = null, outputFile: String? = null, paymentTypes: List<String>? = null, resourceGroupId: String? = null, tags: Map<String, String>? = null): GetClustersResult