Package com.pulumi.aws.memorydb.outputs
Class GetSnapshotResult
- java.lang.Object
-
- com.pulumi.aws.memorydb.outputs.GetSnapshotResult
-
public final class GetSnapshotResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSnapshotResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetSnapshotResult.Builder
builder()
static GetSnapshotResult.Builder
builder(GetSnapshotResult defaults)
java.util.List<GetSnapshotClusterConfiguration>
clusterConfigurations()
java.lang.String
clusterName()
java.lang.String
id()
java.lang.String
kmsKeyArn()
java.lang.String
name()
java.lang.String
source()
java.util.Map<java.lang.String,java.lang.String>
tags()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- ARN of the snapshot.
-
clusterConfigurations
public java.util.List<GetSnapshotClusterConfiguration> clusterConfigurations()
- Returns:
- The configuration of the cluster from which the snapshot was taken.
-
clusterName
public java.lang.String clusterName()
- Returns:
- Name of the MemoryDB cluster that this snapshot was taken from.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
kmsKeyArn
public java.lang.String kmsKeyArn()
- Returns:
- ARN of the KMS key used to encrypt the snapshot at rest.
-
name
public java.lang.String name()
- Returns:
- Name of the cluster.
-
source
public java.lang.String source()
- Returns:
- Whether the snapshot is from an automatic backup (`automated`) or was created manually (`manual`).
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Map of tags assigned to the snapshot.
-
builder
public static GetSnapshotResult.Builder builder()
-
builder
public static GetSnapshotResult.Builder builder(GetSnapshotResult defaults)
-
-