We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.30.0 published on Monday, Jun 16, 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.30.0 published on Monday, Jun 16, 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.
- Multi
Region Pulumi.Properties Aws Native. Dsql. Outputs. Multi Region Properties Properties - The Multi-region properties associated to this 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> - A map of key and value pairs this cluster is tagged with.
- Vpc
Endpoint stringService Name - The VPC endpoint service name.
- 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.
- Multi
Region MultiProperties Region Properties Properties - The Multi-region properties associated to this cluster.
- Resource
Arn string - The Amazon Resource Name (ARN) for the cluster.
- Status string
- The status of the cluster.
- Tag
- A map of key and value pairs this cluster is tagged with.
- Vpc
Endpoint stringService Name - The VPC endpoint service name.
- 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.
- multi
Region MultiProperties Region Properties Properties - The Multi-region properties associated to this cluster.
- resource
Arn String - The Amazon Resource Name (ARN) for the cluster.
- status String
- The status of the cluster.
- List<Tag>
- A map of key and value pairs this cluster is tagged with.
- vpc
Endpoint StringService Name - The VPC endpoint service name.
- 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.
- multi
Region MultiProperties Region Properties Properties - The Multi-region properties associated to this cluster.
- resource
Arn string - The Amazon Resource Name (ARN) for the cluster.
- status string
- The status of the cluster.
- Tag[]
- A map of key and value pairs this cluster is tagged with.
- vpc
Endpoint stringService Name - The VPC endpoint service name.
- 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.
- multi_
region_ Multiproperties Region Properties Properties - The Multi-region properties associated to this cluster.
- resource_
arn str - The Amazon Resource Name (ARN) for the cluster.
- status str
- The status of the cluster.
- Sequence[root_Tag]
- A map of key and value pairs this cluster is tagged with.
- vpc_
endpoint_ strservice_ name - The VPC endpoint service name.
- 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.
- multi
Region Property MapProperties - The Multi-region properties associated to this cluster.
- resource
Arn String - The Amazon Resource Name (ARN) for the cluster.
- status String
- The status of the cluster.
- List<Property Map>
- A map of key and value pairs this cluster is tagged with.
- vpc
Endpoint StringService Name - The VPC endpoint service name.
Supporting Types
MultiRegionPropertiesProperties
- Clusters List<string>
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- Witness
Region string - The witness region in a multi-region cluster.
- Clusters []string
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- Witness
Region string - The witness region in a multi-region cluster.
- clusters List<String>
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- witness
Region String - The witness region in a multi-region cluster.
- clusters string[]
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- witness
Region string - The witness region in a multi-region cluster.
- clusters Sequence[str]
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- witness_
region str - The witness region in a multi-region cluster.
- clusters List<String>
- The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
- witness
Region String - The witness region in a multi-region cluster.
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.30.0 published on Monday, Jun 16, 2025 by Pulumi