tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getEksClusters
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Using getEksClusters
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEksClusters(args: GetEksClustersArgs, opts?: InvokeOptions): Promise<GetEksClustersResult>
function getEksClustersOutput(args: GetEksClustersOutputArgs, opts?: InvokeOptions): Output<GetEksClustersResult>
def get_eks_clusters(cluster_id: Optional[str] = None,
cluster_name: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEksClustersResult
def get_eks_clusters_output(cluster_id: Optional[pulumi.Input[str]] = None,
cluster_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEksClustersResult]
func GetEksClusters(ctx *Context, args *GetEksClustersArgs, opts ...InvokeOption) (*GetEksClustersResult, error)
func GetEksClustersOutput(ctx *Context, args *GetEksClustersOutputArgs, opts ...InvokeOption) GetEksClustersResultOutput
> Note: This function is named GetEksClusters
in the Go SDK.
public static class GetEksClusters
{
public static Task<GetEksClustersResult> InvokeAsync(GetEksClustersArgs args, InvokeOptions? opts = null)
public static Output<GetEksClustersResult> Invoke(GetEksClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEksClustersResult> getEksClusters(GetEksClustersArgs args, InvokeOptions options)
public static Output<GetEksClustersResult> getEksClusters(GetEksClustersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getEksClusters:getEksClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - Cluster
Name string - Id string
- Result
Output stringFile
- Cluster
Id string - Cluster
Name string - Id string
- Result
Output stringFile
- cluster
Id String - cluster
Name String - id String
- result
Output StringFile
- cluster
Id string - cluster
Name string - id string
- result
Output stringFile
- cluster_
id str - cluster_
name str - id str
- result_
output_ strfile
- cluster
Id String - cluster
Name String - id String
- result
Output StringFile
getEksClusters Result
The following output properties are available:
- Id string
- Lists
List<Get
Eks Clusters List> - Cluster
Id string - Cluster
Name string - Result
Output stringFile
- Id string
- Lists
[]Get
Eks Clusters List - Cluster
Id string - Cluster
Name string - Result
Output stringFile
- id String
- lists
List<Get
Eks Clusters List> - cluster
Id String - cluster
Name String - result
Output StringFile
- id string
- lists
Get
Eks Clusters List[] - cluster
Id string - cluster
Name string - result
Output stringFile
- id String
- lists List<Property Map>
- cluster
Id String - cluster
Name String - result
Output StringFile
Supporting Types
GetEksClustersList
- Cluster
Desc string - Cluster
Id string - Cluster
Name string - Created
Time string - Dns
Servers List<GetEks Clusters List Dns Server> - Enable
Vpc boolCore Dns - K8s
Version string - Need
Delete boolCbs - Service
Subnet stringId - Status string
- Subnet
Ids List<string> - Dictionary<string, string>
- Vpc
Id string
- Cluster
Desc string - Cluster
Id string - Cluster
Name string - Created
Time string - Dns
Servers []GetEks Clusters List Dns Server - Enable
Vpc boolCore Dns - K8s
Version string - Need
Delete boolCbs - Service
Subnet stringId - Status string
- Subnet
Ids []string - map[string]string
- Vpc
Id string
- cluster
Desc String - cluster
Id String - cluster
Name String - created
Time String - dns
Servers List<GetEks Clusters List Dns Server> - enable
Vpc BooleanCore Dns - k8s
Version String - need
Delete BooleanCbs - service
Subnet StringId - status String
- subnet
Ids List<String> - Map<String,String>
- vpc
Id String
- cluster
Desc string - cluster
Id string - cluster
Name string - created
Time string - dns
Servers GetEks Clusters List Dns Server[] - enable
Vpc booleanCore Dns - k8s
Version string - need
Delete booleanCbs - service
Subnet stringId - status string
- subnet
Ids string[] - {[key: string]: string}
- vpc
Id string
- cluster_
desc str - cluster_
id str - cluster_
name str - created_
time str - dns_
servers Sequence[GetEks Clusters List Dns Server] - enable_
vpc_ boolcore_ dns - k8s_
version str - need_
delete_ boolcbs - service_
subnet_ strid - status str
- subnet_
ids Sequence[str] - Mapping[str, str]
- vpc_
id str
- cluster
Desc String - cluster
Id String - cluster
Name String - created
Time String - dns
Servers List<Property Map> - enable
Vpc BooleanCore Dns - k8s
Version String - need
Delete BooleanCbs - service
Subnet StringId - status String
- subnet
Ids List<String> - Map<String>
- vpc
Id String
GetEksClustersListDnsServer
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack