CacheAttributes

public struct CacheAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Refreshes a file share’s cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory’s contents from the Amazon S3 bucket. The TTL duration is in seconds. Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)

    Declaration

    Swift

    public let cacheStaleTimeoutInSeconds: Int?
  • Undocumented

    Declaration

    Swift

    public init(cacheStaleTimeoutInSeconds: Int? = nil)