Class GetSnapshotResult


  • public final class GetSnapshotResult
    extends java.lang.Object
    • 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.