1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. dsql
  5. getCluster

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.dsql.getCluster

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

    Resource Type definition for AWS::DSQL::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(identifier: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(identifier: 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:dsql:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    The ID of the created cluster.
    Identifier string
    The ID of the created cluster.
    identifier String
    The ID of the created cluster.
    identifier string
    The ID of the created cluster.
    identifier str
    The ID of the created cluster.
    identifier String
    The ID of the created cluster.

    getCluster Result

    The following output properties are available:

    CreationTime string
    The time of when the cluster was created in ISO-8601 format.
    DeletionProtectionEnabled bool
    Whether deletion protection is enabled in this cluster.
    Identifier string
    The ID of the created cluster.
    ResourceArn string
    The Amazon Resource Name (ARN) for the cluster.
    Status string
    The status of the cluster.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    CreationTime string
    The time of when the cluster was created in ISO-8601 format.
    DeletionProtectionEnabled bool
    Whether deletion protection is enabled in this cluster.
    Identifier string
    The ID of the created cluster.
    ResourceArn string
    The Amazon Resource Name (ARN) for the cluster.
    Status string
    The status of the cluster.
    Tags Tag
    creationTime String
    The time of when the cluster was created in ISO-8601 format.
    deletionProtectionEnabled Boolean
    Whether deletion protection is enabled in this cluster.
    identifier String
    The ID of the created cluster.
    resourceArn String
    The Amazon Resource Name (ARN) for the cluster.
    status String
    The status of the cluster.
    tags List<Tag>
    creationTime string
    The time of when the cluster was created in ISO-8601 format.
    deletionProtectionEnabled boolean
    Whether deletion protection is enabled in this cluster.
    identifier string
    The ID of the created cluster.
    resourceArn string
    The Amazon Resource Name (ARN) for the cluster.
    status string
    The status of the cluster.
    tags Tag[]
    creation_time str
    The time of when the cluster was created in ISO-8601 format.
    deletion_protection_enabled bool
    Whether deletion protection is enabled in this cluster.
    identifier str
    The ID of the created cluster.
    resource_arn str
    The Amazon Resource Name (ARN) for the cluster.
    status str
    The status of the cluster.
    tags Sequence[root_Tag]
    creationTime String
    The time of when the cluster was created in ISO-8601 format.
    deletionProtectionEnabled Boolean
    Whether deletion protection is enabled in this cluster.
    identifier String
    The ID of the created cluster.
    resourceArn String
    The Amazon Resource Name (ARN) for the cluster.
    status String
    The status of the cluster.
    tags List<Property Map>

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi