AWS SDK for .NET Documentation
SnapshotArns Property
AmazonAmazon.ElastiCache.ModelCreateCacheClusterRequestSnapshotArns Did this page help you?   Yes   No    Tell us about it...
A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file will be used to populate the Redis cache in the new cache cluster. The Amazon S3 object name in the ARN cannot contain any commas. Here is an example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdbNote: This parameter is only valid if the Engine parameter is redis.
Declaration Syntax
C#
public List<string> SnapshotArns { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)