We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
published on Monday, Sep 7, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
published on Monday, Sep 7, 2026 by Pulumi
Creates a snapshot of a DB cluster.
Using getClusterSnapshot
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 getClusterSnapshot(args: GetClusterSnapshotArgs, opts?: InvokeOptions): Promise<GetClusterSnapshotResult>
function getClusterSnapshotOutput(args: GetClusterSnapshotOutputArgs, opts?: InvokeOutputOptions): Output<GetClusterSnapshotResult>def get_cluster_snapshot(db_cluster_snapshot_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterSnapshotResult
def get_cluster_snapshot_output(db_cluster_snapshot_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetClusterSnapshotResult]func LookupClusterSnapshot(ctx *Context, args *LookupClusterSnapshotArgs, opts ...InvokeOption) (*LookupClusterSnapshotResult, error)
func LookupClusterSnapshotOutput(ctx *Context, args *LookupClusterSnapshotOutputArgs, opts ...InvokeOption) LookupClusterSnapshotResultOutput> Note: This function is named LookupClusterSnapshot in the Go SDK.
public static class GetClusterSnapshot
{
public static Task<GetClusterSnapshotResult> InvokeAsync(GetClusterSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetClusterSnapshotResult> Invoke(GetClusterSnapshotInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetClusterSnapshotResult> Invoke(GetClusterSnapshotInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetClusterSnapshotResult> getClusterSnapshot(GetClusterSnapshotArgs args, InvokeOptions options)
public static Output<GetClusterSnapshotResult> getClusterSnapshot(GetClusterSnapshotArgs args, InvokeOptions options)
public static Output<GetClusterSnapshotResult> getClusterSnapshot(GetClusterSnapshotArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:rds:getClusterSnapshot
arguments:
# arguments dictionarydata "aws-native_rds_get_cluster_snapshot" "name" {
# arguments
}The following arguments are supported:
- Db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- Db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- db_
cluster_ stringsnapshot_ arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- db
Cluster StringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- db_
cluster_ strsnapshot_ arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- db
Cluster StringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
getClusterSnapshot Result
The following output properties are available:
- Allocated
Storage int - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- Availability
Zones List<string> - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- Cluster
Create stringTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- Db
Cluster stringResource Id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- Db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- Engine string
- The name of the database engine for this DB cluster snapshot.
- Engine
Mode string - The engine mode of the database engine for this DB cluster snapshot.
- Engine
Version string - The version of the database engine for this DB cluster snapshot.
- Iam
Database boolAuthentication Enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- Kms
Key stringId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- License
Model string - The license model information for this DB cluster snapshot.
- Master
Username string - The master username for this DB cluster snapshot.
- Port int
- The port that the DB cluster was listening on at the time of the snapshot.
- Snapshot
Create stringTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- Snapshot
Type string - The type of the DB cluster snapshot.
- Status string
- The status of this DB cluster snapshot.
- Storage
Encrypted bool - Indicates whether the DB cluster snapshot is encrypted.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags to be assigned to the DB cluster snapshot.
- Vpc
Id string - The VPC ID associated with the DB cluster snapshot.
- Allocated
Storage int - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- Availability
Zones []string - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- Cluster
Create stringTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- Db
Cluster stringResource Id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- Db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- Engine string
- The name of the database engine for this DB cluster snapshot.
- Engine
Mode string - The engine mode of the database engine for this DB cluster snapshot.
- Engine
Version string - The version of the database engine for this DB cluster snapshot.
- Iam
Database boolAuthentication Enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- Kms
Key stringId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- License
Model string - The license model information for this DB cluster snapshot.
- Master
Username string - The master username for this DB cluster snapshot.
- Port int
- The port that the DB cluster was listening on at the time of the snapshot.
- Snapshot
Create stringTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- Snapshot
Type string - The type of the DB cluster snapshot.
- Status string
- The status of this DB cluster snapshot.
- Storage
Encrypted bool - Indicates whether the DB cluster snapshot is encrypted.
- Tag
- The tags to be assigned to the DB cluster snapshot.
- Vpc
Id string - The VPC ID associated with the DB cluster snapshot.
- allocated_
storage number - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- availability_
zones list(string) - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- cluster_
create_ stringtime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- db_
cluster_ stringresource_ id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- db_
cluster_ stringsnapshot_ arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- engine string
- The name of the database engine for this DB cluster snapshot.
- engine_
mode string - The engine mode of the database engine for this DB cluster snapshot.
- engine_
version string - The version of the database engine for this DB cluster snapshot.
- iam_
database_ boolauthentication_ enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- kms_
key_ stringid - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- license_
model string - The license model information for this DB cluster snapshot.
- master_
username string - The master username for this DB cluster snapshot.
- port number
- The port that the DB cluster was listening on at the time of the snapshot.
- snapshot_
create_ stringtime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- snapshot_
type string - The type of the DB cluster snapshot.
- status string
- The status of this DB cluster snapshot.
- storage_
encrypted bool - Indicates whether the DB cluster snapshot is encrypted.
- list(object)
- The tags to be assigned to the DB cluster snapshot.
- vpc_
id string - The VPC ID associated with the DB cluster snapshot.
- allocated
Storage Integer - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- availability
Zones List<String> - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- cluster
Create StringTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- db
Cluster StringResource Id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- db
Cluster StringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- engine String
- The name of the database engine for this DB cluster snapshot.
- engine
Mode String - The engine mode of the database engine for this DB cluster snapshot.
- engine
Version String - The version of the database engine for this DB cluster snapshot.
- iam
Database BooleanAuthentication Enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- kms
Key StringId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- license
Model String - The license model information for this DB cluster snapshot.
- master
Username String - The master username for this DB cluster snapshot.
- port Integer
- The port that the DB cluster was listening on at the time of the snapshot.
- snapshot
Create StringTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- snapshot
Type String - The type of the DB cluster snapshot.
- status String
- The status of this DB cluster snapshot.
- storage
Encrypted Boolean - Indicates whether the DB cluster snapshot is encrypted.
- List<Tag>
- The tags to be assigned to the DB cluster snapshot.
- vpc
Id String - The VPC ID associated with the DB cluster snapshot.
- allocated
Storage number - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- availability
Zones string[] - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- cluster
Create stringTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- db
Cluster stringResource Id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- db
Cluster stringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- engine string
- The name of the database engine for this DB cluster snapshot.
- engine
Mode string - The engine mode of the database engine for this DB cluster snapshot.
- engine
Version string - The version of the database engine for this DB cluster snapshot.
- iam
Database booleanAuthentication Enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- kms
Key stringId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- license
Model string - The license model information for this DB cluster snapshot.
- master
Username string - The master username for this DB cluster snapshot.
- port number
- The port that the DB cluster was listening on at the time of the snapshot.
- snapshot
Create stringTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- snapshot
Type string - The type of the DB cluster snapshot.
- status string
- The status of this DB cluster snapshot.
- storage
Encrypted boolean - Indicates whether the DB cluster snapshot is encrypted.
- Tag[]
- The tags to be assigned to the DB cluster snapshot.
- vpc
Id string - The VPC ID associated with the DB cluster snapshot.
- allocated_
storage int - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- availability_
zones Sequence[str] - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- cluster_
create_ strtime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- db_
cluster_ strresource_ id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- db_
cluster_ strsnapshot_ arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- engine str
- The name of the database engine for this DB cluster snapshot.
- engine_
mode str - The engine mode of the database engine for this DB cluster snapshot.
- engine_
version str - The version of the database engine for this DB cluster snapshot.
- iam_
database_ boolauthentication_ enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- kms_
key_ strid - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- license_
model str - The license model information for this DB cluster snapshot.
- master_
username str - The master username for this DB cluster snapshot.
- port int
- The port that the DB cluster was listening on at the time of the snapshot.
- snapshot_
create_ strtime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- snapshot_
type str - The type of the DB cluster snapshot.
- status str
- The status of this DB cluster snapshot.
- storage_
encrypted bool - Indicates whether the DB cluster snapshot is encrypted.
- Sequence[root_Tag]
- The tags to be assigned to the DB cluster snapshot.
- vpc_
id str - The VPC ID associated with the DB cluster snapshot.
- allocated
Storage Number - The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
- availability
Zones List<String> - The list of Availability Zones where instances in the DB cluster snapshot can be restored.
- cluster
Create StringTime - The time when the DB cluster was created, in Universal Coordinated Time (UTC).
- db
Cluster StringResource Id - The resource ID of the DB cluster that this DB cluster snapshot was created from.
- db
Cluster StringSnapshot Arn - The Amazon Resource Name (ARN) for the DB cluster snapshot.
- engine String
- The name of the database engine for this DB cluster snapshot.
- engine
Mode String - The engine mode of the database engine for this DB cluster snapshot.
- engine
Version String - The version of the database engine for this DB cluster snapshot.
- iam
Database BooleanAuthentication Enabled - Indicates whether mapping of AWS IAM accounts to database accounts is enabled.
- kms
Key StringId - If StorageEncrypted is true, the AWS KMS key identifier for the encrypted DB cluster snapshot.
- license
Model String - The license model information for this DB cluster snapshot.
- master
Username String - The master username for this DB cluster snapshot.
- port Number
- The port that the DB cluster was listening on at the time of the snapshot.
- snapshot
Create StringTime - The time when the snapshot was taken, in Universal Coordinated Time (UTC).
- snapshot
Type String - The type of the DB cluster snapshot.
- status String
- The status of this DB cluster snapshot.
- storage
Encrypted Boolean - Indicates whether the DB cluster snapshot is encrypted.
- List<Property Map>
- The tags to be assigned to the DB cluster snapshot.
- vpc
Id String - The VPC ID associated with the DB cluster snapshot.
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.
Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 2026 by Pulumi
published on Monday, Sep 7, 2026 by Pulumi