AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.route53recoverycontrol.getCluster
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
AWS Route53 Recovery Control Cluster resource schema
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(cluster_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53recoverycontrol:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
- cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- cluster_
arn str - The Amazon Resource Name (ARN) of the cluster.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
getCluster Result
The following output properties are available:
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- Cluster
Endpoints List<Pulumi.Aws Native. Route53Recovery Control. Outputs. Cluster Endpoint> - Endpoints for the cluster.
- Status
Pulumi.
Aws Native. Route53Recovery Control. Cluster Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- Cluster
Endpoints []ClusterEndpoint - Endpoints for the cluster.
- Status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints List<ClusterEndpoint> - Endpoints for the cluster.
- status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints ClusterEndpoint[] - Endpoints for the cluster.
- status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster_
arn str - The Amazon Resource Name (ARN) of the cluster.
- cluster_
endpoints Sequence[ClusterEndpoint] - Endpoints for the cluster.
- status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints List<Property Map> - Endpoints for the cluster.
- status "PENDING" | "DEPLOYED" | "PENDING_DELETION"
- Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Supporting Types
ClusterEndpoint
ClusterStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi