Class: Aws::FSx::Types::SnaplockRetentionPeriod

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The configuration to set the retention period of an FSx for ONTAP SnapLock volume. The retention period includes default, maximum, and minimum settings. For more information, see [Working with the retention period in SnapLock].

[1]: docs.aws.amazon.com/fsx/latest/ONTAPGuide/snaplock-retention.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_retentionTypes::RetentionPeriod

The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period.



7615
7616
7617
7618
7619
7620
7621
# File 'lib/aws-sdk-fsx/types.rb', line 7615

class SnaplockRetentionPeriod < Struct.new(
  :default_retention,
  :minimum_retention,
  :maximum_retention)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_retentionTypes::RetentionPeriod

The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.



7615
7616
7617
7618
7619
7620
7621
# File 'lib/aws-sdk-fsx/types.rb', line 7615

class SnaplockRetentionPeriod < Struct.new(
  :default_retention,
  :minimum_retention,
  :maximum_retention)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_retentionTypes::RetentionPeriod

The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.



7615
7616
7617
7618
7619
7620
7621
# File 'lib/aws-sdk-fsx/types.rb', line 7615

class SnaplockRetentionPeriod < Struct.new(
  :default_retention,
  :minimum_retention,
  :maximum_retention)
  SENSITIVE = []
  include Aws::Structure
end