FileSystemAssociationCacheAttributesArgs

data class FileSystemAssociationCacheAttributesArgs(val cacheStaleTimeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<FileSystemAssociationCacheAttributesArgs>

Constructors

Link copied to clipboard
constructor(cacheStaleTimeoutInSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val cacheStaleTimeoutInSeconds: Output<Int>? = null

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. Valid Values: 0 or 300 to 2592000 seconds (5 minutes to 30 days). Defaults to 0

Functions

Link copied to clipboard
open override fun toJava(): FileSystemAssociationCacheAttributesArgs