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
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:
- Creation
Time string - The time of when the cluster was created in ISO-8601 format.
- Deletion
Protection boolEnabled - Whether deletion protection is enabled in this cluster.
- Identifier string
- The ID of the created cluster.
- Resource
Arn string - The Amazon Resource Name (ARN) for the cluster.
- Status string
- The status of the cluster.
- List<Pulumi.
Aws Native. Outputs. Tag>
- Creation
Time string - The time of when the cluster was created in ISO-8601 format.
- Deletion
Protection boolEnabled - Whether deletion protection is enabled in this cluster.
- Identifier string
- The ID of the created cluster.
- Resource
Arn string - The Amazon Resource Name (ARN) for the cluster.
- Status string
- The status of the cluster.
- Tag
- creation
Time String - The time of when the cluster was created in ISO-8601 format.
- deletion
Protection BooleanEnabled - Whether deletion protection is enabled in this cluster.
- identifier String
- The ID of the created cluster.
- resource
Arn String - The Amazon Resource Name (ARN) for the cluster.
- status String
- The status of the cluster.
- List<Tag>
- creation
Time string - The time of when the cluster was created in ISO-8601 format.
- deletion
Protection booleanEnabled - Whether deletion protection is enabled in this cluster.
- identifier string
- The ID of the created cluster.
- resource
Arn string - The Amazon Resource Name (ARN) for the cluster.
- status string
- The status of the cluster.
- Tag[]
- creation_
time str - The time of when the cluster was created in ISO-8601 format.
- deletion_
protection_ boolenabled - 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.
- Sequence[root_Tag]
- creation
Time String - The time of when the cluster was created in ISO-8601 format.
- deletion
Protection BooleanEnabled - Whether deletion protection is enabled in this cluster.
- identifier String
- The ID of the created cluster.
- resource
Arn String - The Amazon Resource Name (ARN) for the cluster.
- status String
- The status of the cluster.
- List<Property Map>
Supporting Types
Tag
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.27.0 published on Monday, Apr 14, 2025 by Pulumi