We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.pcs.getCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
AWS::PCS::Cluster resource creates an AWS PCS cluster.
Using getCluster
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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(arn: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:pcs:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- Arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- arn String
- The unique Amazon Resource Name (ARN) of the cluster.
- arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- arn str
- The unique Amazon Resource Name (ARN) of the cluster.
- arn String
- The unique Amazon Resource Name (ARN) of the cluster.
getCluster Result
The following output properties are available:
- Arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- Endpoints
List<Pulumi.Aws Native. Pcs. Outputs. Cluster Endpoint> 
- The list of endpoints available for interaction with the scheduler.
- ErrorInfo List<Pulumi.Aws Native. Pcs. Outputs. Cluster Error Info> 
- The list of errors that occurred during cluster provisioning.
- Id string
- The generated unique ID of the cluster.
- Status
Pulumi.Aws Native. Pcs. Cluster Status 
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- Dictionary<string, string>
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- Arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- Endpoints
[]ClusterEndpoint 
- The list of endpoints available for interaction with the scheduler.
- ErrorInfo []ClusterError Info 
- The list of errors that occurred during cluster provisioning.
- Id string
- The generated unique ID of the cluster.
- Status
ClusterStatus 
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- map[string]string
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- arn String
- The unique Amazon Resource Name (ARN) of the cluster.
- endpoints
List<ClusterEndpoint> 
- The list of endpoints available for interaction with the scheduler.
- errorInfo List<ClusterError Info> 
- The list of errors that occurred during cluster provisioning.
- id String
- The generated unique ID of the cluster.
- status
ClusterStatus 
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- Map<String,String>
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- arn string
- The unique Amazon Resource Name (ARN) of the cluster.
- endpoints
ClusterEndpoint[] 
- The list of endpoints available for interaction with the scheduler.
- errorInfo ClusterError Info[] 
- The list of errors that occurred during cluster provisioning.
- id string
- The generated unique ID of the cluster.
- status
ClusterStatus 
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- {[key: string]: string}
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- arn str
- The unique Amazon Resource Name (ARN) of the cluster.
- endpoints
Sequence[ClusterEndpoint] 
- The list of endpoints available for interaction with the scheduler.
- error_info Sequence[ClusterError Info] 
- The list of errors that occurred during cluster provisioning.
- id str
- The generated unique ID of the cluster.
- status
ClusterStatus 
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- Mapping[str, str]
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- arn String
- The unique Amazon Resource Name (ARN) of the cluster.
- endpoints List<Property Map>
- The list of endpoints available for interaction with the scheduler.
- errorInfo List<Property Map>
- The list of errors that occurred during cluster provisioning.
- id String
- The generated unique ID of the cluster.
- status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED"
- The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
- Map<String>
- 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
Supporting Types
ClusterEndpoint 
- Port string
- The endpoint's connection port number.
- PrivateIp stringAddress 
- The endpoint's private IP address.
- Type
Pulumi.Aws Native. Pcs. Cluster Endpoint Type 
- Indicates the type of endpoint running at the specific IP address.
- PublicIp stringAddress 
- The endpoint's public IP address.
- Port string
- The endpoint's connection port number.
- PrivateIp stringAddress 
- The endpoint's private IP address.
- Type
ClusterEndpoint Type 
- Indicates the type of endpoint running at the specific IP address.
- PublicIp stringAddress 
- The endpoint's public IP address.
- port String
- The endpoint's connection port number.
- privateIp StringAddress 
- The endpoint's private IP address.
- type
ClusterEndpoint Type 
- Indicates the type of endpoint running at the specific IP address.
- publicIp StringAddress 
- The endpoint's public IP address.
- port string
- The endpoint's connection port number.
- privateIp stringAddress 
- The endpoint's private IP address.
- type
ClusterEndpoint Type 
- Indicates the type of endpoint running at the specific IP address.
- publicIp stringAddress 
- The endpoint's public IP address.
- port str
- The endpoint's connection port number.
- private_ip_ straddress 
- The endpoint's private IP address.
- type
ClusterEndpoint Type 
- Indicates the type of endpoint running at the specific IP address.
- public_ip_ straddress 
- The endpoint's public IP address.
- port String
- The endpoint's connection port number.
- privateIp StringAddress 
- The endpoint's private IP address.
- type "SLURMCTLD" | "SLURMDBD"
- Indicates the type of endpoint running at the specific IP address.
- publicIp StringAddress 
- The endpoint's public IP address.
ClusterEndpointType  
ClusterErrorInfo  
ClusterStatus 
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi