|
NAMEPaws::ElastiCache::Snapshot USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ElastiCache::Snapshot object: $service_obj->Method(Att1 => { ARN => $value, ..., VpcId => $value });
Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::Snapshot object: $result = $service_obj->Method(...); $result->Att1->ARN DESCRIPTIONRepresents a copy of an entire Redis cluster as of the time when the snapshot was taken. ATTRIBUTESARN => StrThe ARN (Amazon Resource Name) of the snapshot. AutomaticFailover => StrIndicates the status of automatic failover for the source Redis replication group. AutoMinorVersionUpgrade => BoolThis parameter is currently disabled. CacheClusterCreateTime => StrThe date and time when the source cluster was created. CacheClusterId => StrThe user-supplied identifier of the source cluster. CacheNodeType => StrThe name of the compute and memory capacity node type for the source cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts.
Additional node type info
CacheParameterGroupName => StrThe cache parameter group that is associated with the source cluster. CacheSubnetGroupName => StrThe name of the cache subnet group associated with the source cluster. Engine => StrThe name of the cache engine ("memcached" or "redis") used by the source cluster. EngineVersion => StrThe version of the cache engine version that is used by the source cluster. KmsKeyId => StrThe ID of the KMS key used to encrypt the snapshot. NodeSnapshots => ArrayRef[Paws::ElastiCache::NodeSnapshot]A list of the cache nodes in the source cluster. NumCacheNodes => IntThe number of cache nodes in the source cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. NumNodeGroups => IntThe number of node groups (shards) in this snapshot. When restoring from a snapshot, the number of node groups (shards) in the snapshot and in the restored replication group must be the same. Port => IntThe port number used by each cache nodes in the source cluster. PreferredAvailabilityZone => StrThe name of the Availability Zone in which the source cluster is located. PreferredMaintenanceWindow => StrSpecifies the weekly time range during which maintenance on the cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for "ddd" are:
Example: "sun:23:00-mon:01:30" PreferredOutpostArn => StrThe ARN (Amazon Resource Name) of the preferred outpost. ReplicationGroupDescription => StrA description of the source replication group. ReplicationGroupId => StrThe unique identifier of the source replication group. SnapshotName => StrThe name of a snapshot. For an automatic snapshot, the name is system-generated. For a manual snapshot, this is the user-provided name. SnapshotRetentionLimit => IntFor an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it. For manual snapshots, this field reflects the "SnapshotRetentionLimit" for the source cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the "DeleteSnapshot" operation. Important If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. SnapshotSource => StrIndicates whether the snapshot is from an automatic backup ("automated") or was created manually ("manual"). SnapshotStatus => StrThe status of the snapshot. Valid values: "creating" | "available" | "restoring" | "copying" | "deleting". SnapshotWindow => StrThe daily time range during which ElastiCache takes daily snapshots of the source cluster. TopicArn => StrThe Amazon Resource Name (ARN) for the topic used by the source cluster for publishing notifications. VpcId => StrThe Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cluster. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElastiCache BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|