Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi
alicloud.cs.getManagedKubernetesClusters
Explore with Pulumi AI
This data source provides a list Container Service Managed Kubernetes Clusters on Alibaba Cloud.
NOTE: Available since v1.35.0
NOTE: From version 1.177.0+, We supported batch export of clusters’ kube config information by
kube_config_file_prefix
.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
// Declare the data source
const k8sClusters = alicloud.cs.getManagedKubernetesClusters({
nameRegex: "my-first-k8s",
outputFile: "my-first-k8s-json",
kubeConfigFilePrefix: "~/.kube/managed",
});
export const output = k8sClusters.then(k8sClusters => k8sClusters.clusters);
import pulumi
import pulumi_alicloud as alicloud
# Declare the data source
k8s_clusters = alicloud.cs.get_managed_kubernetes_clusters(name_regex="my-first-k8s",
output_file="my-first-k8s-json",
kube_config_file_prefix="~/.kube/managed")
pulumi.export("output", k8s_clusters.clusters)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/cs"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Declare the data source
k8sClusters, err := cs.GetManagedKubernetesClusters(ctx, &cs.GetManagedKubernetesClustersArgs{
NameRegex: pulumi.StringRef("my-first-k8s"),
OutputFile: pulumi.StringRef("my-first-k8s-json"),
KubeConfigFilePrefix: pulumi.StringRef("~/.kube/managed"),
}, nil)
if err != nil {
return err
}
ctx.Export("output", k8sClusters.Clusters)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
// Declare the data source
var k8sClusters = AliCloud.CS.GetManagedKubernetesClusters.Invoke(new()
{
NameRegex = "my-first-k8s",
OutputFile = "my-first-k8s-json",
KubeConfigFilePrefix = "~/.kube/managed",
});
return new Dictionary<string, object?>
{
["output"] = k8sClusters.Apply(getManagedKubernetesClustersResult => getManagedKubernetesClustersResult.Clusters),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.cs.CsFunctions;
import com.pulumi.alicloud.cs.inputs.GetManagedKubernetesClustersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// Declare the data source
final var k8sClusters = CsFunctions.getManagedKubernetesClusters(GetManagedKubernetesClustersArgs.builder()
.nameRegex("my-first-k8s")
.outputFile("my-first-k8s-json")
.kubeConfigFilePrefix("~/.kube/managed")
.build());
ctx.export("output", k8sClusters.applyValue(getManagedKubernetesClustersResult -> getManagedKubernetesClustersResult.clusters()));
}
}
variables:
# Declare the data source
k8sClusters:
fn::invoke:
function: alicloud:cs:getManagedKubernetesClusters
arguments:
nameRegex: my-first-k8s
outputFile: my-first-k8s-json
kubeConfigFilePrefix: ~/.kube/managed
outputs:
output: ${k8sClusters.clusters}
Using getManagedKubernetesClusters
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 getManagedKubernetesClusters(args: GetManagedKubernetesClustersArgs, opts?: InvokeOptions): Promise<GetManagedKubernetesClustersResult>
function getManagedKubernetesClustersOutput(args: GetManagedKubernetesClustersOutputArgs, opts?: InvokeOptions): Output<GetManagedKubernetesClustersResult>
def get_managed_kubernetes_clusters(enable_details: Optional[bool] = None,
ids: Optional[Sequence[str]] = None,
kube_config_file_prefix: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedKubernetesClustersResult
def get_managed_kubernetes_clusters_output(enable_details: Optional[pulumi.Input[bool]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
kube_config_file_prefix: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedKubernetesClustersResult]
func GetManagedKubernetesClusters(ctx *Context, args *GetManagedKubernetesClustersArgs, opts ...InvokeOption) (*GetManagedKubernetesClustersResult, error)
func GetManagedKubernetesClustersOutput(ctx *Context, args *GetManagedKubernetesClustersOutputArgs, opts ...InvokeOption) GetManagedKubernetesClustersResultOutput
> Note: This function is named GetManagedKubernetesClusters
in the Go SDK.
public static class GetManagedKubernetesClusters
{
public static Task<GetManagedKubernetesClustersResult> InvokeAsync(GetManagedKubernetesClustersArgs args, InvokeOptions? opts = null)
public static Output<GetManagedKubernetesClustersResult> Invoke(GetManagedKubernetesClustersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedKubernetesClustersResult> getManagedKubernetesClusters(GetManagedKubernetesClustersArgs args, InvokeOptions options)
public static Output<GetManagedKubernetesClustersResult> getManagedKubernetesClusters(GetManagedKubernetesClustersArgs args, InvokeOptions options)
fn::invoke:
function: alicloud:cs/getManagedKubernetesClusters:getManagedKubernetesClusters
arguments:
# arguments dictionary
The following arguments are supported:
- Enable
Details bool - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - Ids List<string>
- Cluster IDs to filter.
- Kube
Config stringFile Prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - Name
Regex string - A regex string to filter results by cluster name.
- Output
File string - File name where to save data source results (after running
pulumi preview
).
- Enable
Details bool - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - Ids []string
- Cluster IDs to filter.
- Kube
Config stringFile Prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - Name
Regex string - A regex string to filter results by cluster name.
- Output
File string - File name where to save data source results (after running
pulumi preview
).
- enable
Details Boolean - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - ids List<String>
- Cluster IDs to filter.
- kube
Config StringFile Prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - name
Regex String - A regex string to filter results by cluster name.
- output
File String - File name where to save data source results (after running
pulumi preview
).
- enable
Details boolean - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - ids string[]
- Cluster IDs to filter.
- kube
Config stringFile Prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - name
Regex string - A regex string to filter results by cluster name.
- output
File string - File name where to save data source results (after running
pulumi preview
).
- enable_
details bool - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - ids Sequence[str]
- Cluster IDs to filter.
- kube_
config_ strfile_ prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - name_
regex str - A regex string to filter results by cluster name.
- output_
file str - File name where to save data source results (after running
pulumi preview
).
- enable
Details Boolean - Boolean, false by default, only
id
andname
are exported. Set to true if more details are needed, e.g.,master_disk_category
,slb_internet_enabled
,connections
. See full list in attributes. - ids List<String>
- Cluster IDs to filter.
- kube
Config StringFile Prefix - The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like
~/.kube/managed
, then it will be named with~/.kube/managed-clusterID-kubeconfig
. From version 1.243.0, kube_config will not export kube_config if this field is not set. Please use the attribute output_file of new DataSourcealicloud.cs.getClusterCredential
to replace it - name
Regex String - A regex string to filter results by cluster name.
- output
File String - File name where to save data source results (after running
pulumi preview
).
getManagedKubernetesClusters Result
The following output properties are available:
- Clusters
List<Pulumi.
Ali Cloud. CS. Outputs. Get Managed Kubernetes Clusters Cluster> - A list of matched Kubernetes clusters. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- A list of matched Kubernetes clusters' ids.
- Names List<string>
- A list of matched Kubernetes clusters' names.
- Enable
Details bool - Kube
Config stringFile Prefix - Name
Regex string - Output
File string
- Clusters
[]Get
Managed Kubernetes Clusters Cluster - A list of matched Kubernetes clusters. Each element contains the following attributes:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- A list of matched Kubernetes clusters' ids.
- Names []string
- A list of matched Kubernetes clusters' names.
- Enable
Details bool - Kube
Config stringFile Prefix - Name
Regex string - Output
File string
- clusters
List<Get
Managed Kubernetes Clusters Cluster> - A list of matched Kubernetes clusters. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of matched Kubernetes clusters' ids.
- names List<String>
- A list of matched Kubernetes clusters' names.
- enable
Details Boolean - kube
Config StringFile Prefix - name
Regex String - output
File String
- clusters
Get
Managed Kubernetes Clusters Cluster[] - A list of matched Kubernetes clusters. Each element contains the following attributes:
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- A list of matched Kubernetes clusters' ids.
- names string[]
- A list of matched Kubernetes clusters' names.
- enable
Details boolean - kube
Config stringFile Prefix - name
Regex string - output
File string
- clusters
Sequence[Get
Managed Kubernetes Clusters Cluster] - A list of matched Kubernetes clusters. Each element contains the following attributes:
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- A list of matched Kubernetes clusters' ids.
- names Sequence[str]
- A list of matched Kubernetes clusters' names.
- enable_
details bool - kube_
config_ strfile_ prefix - name_
regex str - output_
file str
- clusters List<Property Map>
- A list of matched Kubernetes clusters. Each element contains the following attributes:
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- A list of matched Kubernetes clusters' ids.
- names List<String>
- A list of matched Kubernetes clusters' names.
- enable
Details Boolean - kube
Config StringFile Prefix - name
Regex String - output
File String
Supporting Types
GetManagedKubernetesClustersCluster
- Availability
Zone This property is required. string - The ID of availability zone.
- Cluster
Network Type This property is required. string - Connections
This property is required. Pulumi.Ali Cloud. CS. Inputs. Get Managed Kubernetes Clusters Cluster Connections - Map of kubernetes cluster connection information.
- Id
This property is required. string - ID of the node.
- Image
Id This property is required. string - Key
Name This property is required. string - The keypair of ssh login cluster node, you have to create it first.
- Log
Configs This property is required. List<Pulumi.Ali Cloud. CS. Inputs. Get Managed Kubernetes Clusters Cluster Log Config> - A list of one element containing information about the associated log store. It contains the following attributes:
- Name
This property is required. string - Node name.
- Nat
Gateway Id This property is required. string - The ID of nat gateway used to launch kubernetes cluster.
- Pod
Cidr This property is required. string - Rrsa
Config This property is required. Pulumi.Ali Cloud. CS. Inputs. Get Managed Kubernetes Clusters Cluster Rrsa Config - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- Security
Group Id This property is required. string - The ID of security group where the current cluster worker node is located.
- Service
Cidr This property is required. string - Slb
Internet Enabled This property is required. bool - State
This property is required. string - (Available since v1.245.0) The state of cluster.
- Vpc
Id This property is required. string - The ID of VPC where the current cluster is located.
- Vswitch
Ids This property is required. List<string> - The ID of VSwitches where the current cluster is located.
- Worker
Auto Renew This property is required. bool - Worker
Auto Renew Period This property is required. int - Worker
Data Disk Category This property is required. string - Worker
Data Disk Size This property is required. int - Worker
Disk Category This property is required. string - Worker
Disk Size This property is required. int - Worker
Instance Charge Type This property is required. string - Worker
Instance Types This property is required. List<string> - Worker
Nodes This property is required. List<Pulumi.Ali Cloud. CS. Inputs. Get Managed Kubernetes Clusters Cluster Worker Node> - List of cluster worker nodes.
- Worker
Numbers This property is required. List<int> - The ECS instance node number in the current container cluster.
- Worker
Period This property is required. int - Worker
Period Unit This property is required. string
- Availability
Zone This property is required. string - The ID of availability zone.
- Cluster
Network Type This property is required. string - Connections
This property is required. GetManaged Kubernetes Clusters Cluster Connections - Map of kubernetes cluster connection information.
- Id
This property is required. string - ID of the node.
- Image
Id This property is required. string - Key
Name This property is required. string - The keypair of ssh login cluster node, you have to create it first.
- Log
Configs This property is required. []GetManaged Kubernetes Clusters Cluster Log Config - A list of one element containing information about the associated log store. It contains the following attributes:
- Name
This property is required. string - Node name.
- Nat
Gateway Id This property is required. string - The ID of nat gateway used to launch kubernetes cluster.
- Pod
Cidr This property is required. string - Rrsa
Config This property is required. GetManaged Kubernetes Clusters Cluster Rrsa Config - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- Security
Group Id This property is required. string - The ID of security group where the current cluster worker node is located.
- Service
Cidr This property is required. string - Slb
Internet Enabled This property is required. bool - State
This property is required. string - (Available since v1.245.0) The state of cluster.
- Vpc
Id This property is required. string - The ID of VPC where the current cluster is located.
- Vswitch
Ids This property is required. []string - The ID of VSwitches where the current cluster is located.
- Worker
Auto Renew This property is required. bool - Worker
Auto Renew Period This property is required. int - Worker
Data Disk Category This property is required. string - Worker
Data Disk Size This property is required. int - Worker
Disk Category This property is required. string - Worker
Disk Size This property is required. int - Worker
Instance Charge Type This property is required. string - Worker
Instance Types This property is required. []string - Worker
Nodes This property is required. []GetManaged Kubernetes Clusters Cluster Worker Node - List of cluster worker nodes.
- Worker
Numbers This property is required. []int - The ECS instance node number in the current container cluster.
- Worker
Period This property is required. int - Worker
Period Unit This property is required. string
- availability
Zone This property is required. String - The ID of availability zone.
- cluster
Network Type This property is required. String - connections
This property is required. GetManaged Kubernetes Clusters Cluster Connections - Map of kubernetes cluster connection information.
- id
This property is required. String - ID of the node.
- image
Id This property is required. String - key
Name This property is required. String - The keypair of ssh login cluster node, you have to create it first.
- log
Configs This property is required. List<GetManaged Kubernetes Clusters Cluster Log Config> - A list of one element containing information about the associated log store. It contains the following attributes:
- name
This property is required. String - Node name.
- nat
Gateway Id This property is required. String - The ID of nat gateway used to launch kubernetes cluster.
- pod
Cidr This property is required. String - rrsa
Config This property is required. GetManaged Kubernetes Clusters Cluster Rrsa Config - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- security
Group Id This property is required. String - The ID of security group where the current cluster worker node is located.
- service
Cidr This property is required. String - slb
Internet Enabled This property is required. Boolean - state
This property is required. String - (Available since v1.245.0) The state of cluster.
- vpc
Id This property is required. String - The ID of VPC where the current cluster is located.
- vswitch
Ids This property is required. List<String> - The ID of VSwitches where the current cluster is located.
- worker
Auto Renew This property is required. Boolean - worker
Auto Renew Period This property is required. Integer - worker
Data Disk Category This property is required. String - worker
Data Disk Size This property is required. Integer - worker
Disk Category This property is required. String - worker
Disk Size This property is required. Integer - worker
Instance Charge Type This property is required. String - worker
Instance Types This property is required. List<String> - worker
Nodes This property is required. List<GetManaged Kubernetes Clusters Cluster Worker Node> - List of cluster worker nodes.
- worker
Numbers This property is required. List<Integer> - The ECS instance node number in the current container cluster.
- worker
Period This property is required. Integer - worker
Period Unit This property is required. String
- availability
Zone This property is required. string - The ID of availability zone.
- cluster
Network Type This property is required. string - connections
This property is required. GetManaged Kubernetes Clusters Cluster Connections - Map of kubernetes cluster connection information.
- id
This property is required. string - ID of the node.
- image
Id This property is required. string - key
Name This property is required. string - The keypair of ssh login cluster node, you have to create it first.
- log
Configs This property is required. GetManaged Kubernetes Clusters Cluster Log Config[] - A list of one element containing information about the associated log store. It contains the following attributes:
- name
This property is required. string - Node name.
- nat
Gateway Id This property is required. string - The ID of nat gateway used to launch kubernetes cluster.
- pod
Cidr This property is required. string - rrsa
Config This property is required. GetManaged Kubernetes Clusters Cluster Rrsa Config - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- security
Group Id This property is required. string - The ID of security group where the current cluster worker node is located.
- service
Cidr This property is required. string - slb
Internet Enabled This property is required. boolean - state
This property is required. string - (Available since v1.245.0) The state of cluster.
- vpc
Id This property is required. string - The ID of VPC where the current cluster is located.
- vswitch
Ids This property is required. string[] - The ID of VSwitches where the current cluster is located.
- worker
Auto Renew This property is required. boolean - worker
Auto Renew Period This property is required. number - worker
Data Disk Category This property is required. string - worker
Data Disk Size This property is required. number - worker
Disk Category This property is required. string - worker
Disk Size This property is required. number - worker
Instance Charge Type This property is required. string - worker
Instance Types This property is required. string[] - worker
Nodes This property is required. GetManaged Kubernetes Clusters Cluster Worker Node[] - List of cluster worker nodes.
- worker
Numbers This property is required. number[] - The ECS instance node number in the current container cluster.
- worker
Period This property is required. number - worker
Period Unit This property is required. string
- availability_
zone This property is required. str - The ID of availability zone.
- cluster_
network_ type This property is required. str - connections
This property is required. GetManaged Kubernetes Clusters Cluster Connections - Map of kubernetes cluster connection information.
- id
This property is required. str - ID of the node.
- image_
id This property is required. str - key_
name This property is required. str - The keypair of ssh login cluster node, you have to create it first.
- log_
configs This property is required. Sequence[GetManaged Kubernetes Clusters Cluster Log Config] - A list of one element containing information about the associated log store. It contains the following attributes:
- name
This property is required. str - Node name.
- nat_
gateway_ id This property is required. str - The ID of nat gateway used to launch kubernetes cluster.
- pod_
cidr This property is required. str - rrsa_
config This property is required. GetManaged Kubernetes Clusters Cluster Rrsa Config - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- security_
group_ id This property is required. str - The ID of security group where the current cluster worker node is located.
- service_
cidr This property is required. str - slb_
internet_ enabled This property is required. bool - state
This property is required. str - (Available since v1.245.0) The state of cluster.
- vpc_
id This property is required. str - The ID of VPC where the current cluster is located.
- vswitch_
ids This property is required. Sequence[str] - The ID of VSwitches where the current cluster is located.
- worker_
auto_ renew This property is required. bool - worker_
auto_ renew_ period This property is required. int - worker_
data_ disk_ category This property is required. str - worker_
data_ disk_ size This property is required. int - worker_
disk_ category This property is required. str - worker_
disk_ size This property is required. int - worker_
instance_ charge_ type This property is required. str - worker_
instance_ types This property is required. Sequence[str] - worker_
nodes This property is required. Sequence[GetManaged Kubernetes Clusters Cluster Worker Node] - List of cluster worker nodes.
- worker_
numbers This property is required. Sequence[int] - The ECS instance node number in the current container cluster.
- worker_
period This property is required. int - worker_
period_ unit This property is required. str
- availability
Zone This property is required. String - The ID of availability zone.
- cluster
Network Type This property is required. String - connections
This property is required. Property Map - Map of kubernetes cluster connection information.
- id
This property is required. String - ID of the node.
- image
Id This property is required. String - key
Name This property is required. String - The keypair of ssh login cluster node, you have to create it first.
- log
Configs This property is required. List<Property Map> - A list of one element containing information about the associated log store. It contains the following attributes:
- name
This property is required. String - Node name.
- nat
Gateway Id This property is required. String - The ID of nat gateway used to launch kubernetes cluster.
- pod
Cidr This property is required. String - rrsa
Config This property is required. Property Map - (Available since v1.245.0) Nested attribute containing RRSA related data for your cluster.
- security
Group Id This property is required. String - The ID of security group where the current cluster worker node is located.
- service
Cidr This property is required. String - slb
Internet Enabled This property is required. Boolean - state
This property is required. String - (Available since v1.245.0) The state of cluster.
- vpc
Id This property is required. String - The ID of VPC where the current cluster is located.
- vswitch
Ids This property is required. List<String> - The ID of VSwitches where the current cluster is located.
- worker
Auto Renew This property is required. Boolean - worker
Auto Renew Period This property is required. Number - worker
Data Disk Category This property is required. String - worker
Data Disk Size This property is required. Number - worker
Disk Category This property is required. String - worker
Disk Size This property is required. Number - worker
Instance Charge Type This property is required. String - worker
Instance Types This property is required. List<String> - worker
Nodes This property is required. List<Property Map> - List of cluster worker nodes.
- worker
Numbers This property is required. List<Number> - The ECS instance node number in the current container cluster.
- worker
Period This property is required. Number - worker
Period Unit This property is required. String
GetManagedKubernetesClustersClusterConnections
- Api
Server Internet This property is required. string - API Server Internet endpoint.
- Api
Server Intranet This property is required. string - API Server Intranet endpoint.
- Master
Public Ip This property is required. string - Master node SSH IP address.
- Service
Domain This property is required. string - Service Access Domain.
- Api
Server Internet This property is required. string - API Server Internet endpoint.
- Api
Server Intranet This property is required. string - API Server Intranet endpoint.
- Master
Public Ip This property is required. string - Master node SSH IP address.
- Service
Domain This property is required. string - Service Access Domain.
- api
Server Internet This property is required. String - API Server Internet endpoint.
- api
Server Intranet This property is required. String - API Server Intranet endpoint.
- master
Public Ip This property is required. String - Master node SSH IP address.
- service
Domain This property is required. String - Service Access Domain.
- api
Server Internet This property is required. string - API Server Internet endpoint.
- api
Server Intranet This property is required. string - API Server Intranet endpoint.
- master
Public Ip This property is required. string - Master node SSH IP address.
- service
Domain This property is required. string - Service Access Domain.
- api_
server_ internet This property is required. str - API Server Internet endpoint.
- api_
server_ intranet This property is required. str - API Server Intranet endpoint.
- master_
public_ ip This property is required. str - Master node SSH IP address.
- service_
domain This property is required. str - Service Access Domain.
- api
Server Internet This property is required. String - API Server Internet endpoint.
- api
Server Intranet This property is required. String - API Server Intranet endpoint.
- master
Public Ip This property is required. String - Master node SSH IP address.
- service
Domain This property is required. String - Service Access Domain.
GetManagedKubernetesClustersClusterLogConfig
GetManagedKubernetesClustersClusterRrsaConfig
- Enabled
This property is required. bool - Whether the RRSA feature has been enabled.
- Ram
Oidc Provider Arn This property is required. string - The arn of OIDC provider that was registered in RAM.
- Ram
Oidc Provider Name This property is required. string - The name of OIDC Provider that was registered in RAM.
- Rrsa
Oidc Issuer Url This property is required. string - The issuer URL of RRSA OIDC Token.
- Enabled
This property is required. bool - Whether the RRSA feature has been enabled.
- Ram
Oidc Provider Arn This property is required. string - The arn of OIDC provider that was registered in RAM.
- Ram
Oidc Provider Name This property is required. string - The name of OIDC Provider that was registered in RAM.
- Rrsa
Oidc Issuer Url This property is required. string - The issuer URL of RRSA OIDC Token.
- enabled
This property is required. Boolean - Whether the RRSA feature has been enabled.
- ram
Oidc Provider Arn This property is required. String - The arn of OIDC provider that was registered in RAM.
- ram
Oidc Provider Name This property is required. String - The name of OIDC Provider that was registered in RAM.
- rrsa
Oidc Issuer Url This property is required. String - The issuer URL of RRSA OIDC Token.
- enabled
This property is required. boolean - Whether the RRSA feature has been enabled.
- ram
Oidc Provider Arn This property is required. string - The arn of OIDC provider that was registered in RAM.
- ram
Oidc Provider Name This property is required. string - The name of OIDC Provider that was registered in RAM.
- rrsa
Oidc Issuer Url This property is required. string - The issuer URL of RRSA OIDC Token.
- enabled
This property is required. bool - Whether the RRSA feature has been enabled.
- ram_
oidc_ provider_ arn This property is required. str - The arn of OIDC provider that was registered in RAM.
- ram_
oidc_ provider_ name This property is required. str - The name of OIDC Provider that was registered in RAM.
- rrsa_
oidc_ issuer_ url This property is required. str - The issuer URL of RRSA OIDC Token.
- enabled
This property is required. Boolean - Whether the RRSA feature has been enabled.
- ram
Oidc Provider Arn This property is required. String - The arn of OIDC provider that was registered in RAM.
- ram
Oidc Provider Name This property is required. String - The name of OIDC Provider that was registered in RAM.
- rrsa
Oidc Issuer Url This property is required. String - The issuer URL of RRSA OIDC Token.
GetManagedKubernetesClustersClusterWorkerNode
- id
This property is required. str - ID of the node.
- name
This property is required. str - Node name.
- private_
ip This property is required. str - The private IP address of node.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.