CAST AI v0.1.45 published on Thursday, Apr 17, 2025 by CAST AI
castai.GetEksClusterIdDataSource
Explore with Pulumi AI
Using GetEksClusterIdDataSource
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 getEksClusterIdDataSource(args: GetEksClusterIdDataSourceArgs, opts?: InvokeOptions): Promise<GetEksClusterIdDataSourceResult>
function getEksClusterIdDataSourceOutput(args: GetEksClusterIdDataSourceOutputArgs, opts?: InvokeOptions): Output<GetEksClusterIdDataSourceResult>
def get_eks_cluster_id_data_source(account_id: Optional[str] = None,
cluster_name: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEksClusterIdDataSourceResult
def get_eks_cluster_id_data_source_output(account_id: Optional[pulumi.Input[str]] = None,
cluster_name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEksClusterIdDataSourceResult]
func GetEksClusterIdDataSource(ctx *Context, args *GetEksClusterIdDataSourceArgs, opts ...InvokeOption) (*GetEksClusterIdDataSourceResult, error)
func GetEksClusterIdDataSourceOutput(ctx *Context, args *GetEksClusterIdDataSourceOutputArgs, opts ...InvokeOption) GetEksClusterIdDataSourceResultOutput
public static class GetEksClusterIdDataSource
{
public static Task<GetEksClusterIdDataSourceResult> InvokeAsync(GetEksClusterIdDataSourceArgs args, InvokeOptions? opts = null)
public static Output<GetEksClusterIdDataSourceResult> Invoke(GetEksClusterIdDataSourceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEksClusterIdDataSourceResult> getEksClusterIdDataSource(GetEksClusterIdDataSourceArgs args, InvokeOptions options)
public static Output<GetEksClusterIdDataSourceResult> getEksClusterIdDataSource(GetEksClusterIdDataSourceArgs args, InvokeOptions options)
fn::invoke:
function: castai:aws:GetEksClusterIdDataSource
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - Cluster
Name string - Region string
- Account
Id string - Cluster
Name string - Region string
- account
Id String - cluster
Name String - region String
- account
Id string - cluster
Name string - region string
- account_
id str - cluster_
name str - region str
- account
Id String - cluster
Name String - region String
GetEksClusterIdDataSource Result
The following output properties are available:
- Account
Id string - Cluster
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Account
Id string - Cluster
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- account
Id String - cluster
Name String - id String
- The provider-assigned unique ID for this managed resource.
- region String
- account
Id string - cluster
Name string - id string
- The provider-assigned unique ID for this managed resource.
- region string
- account_
id str - cluster_
name str - id str
- The provider-assigned unique ID for this managed resource.
- region str
- account
Id String - cluster
Name String - id String
- The provider-assigned unique ID for this managed resource.
- region String
Package Details
- Repository
- castai castai/pulumi-castai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
castai
Terraform Provider.