Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::FSx::Types::UpdateSnaplockConfiguration

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

Overview

Updates the SnapLock configuration for an existing FSx for ONTAP volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_log_volumeBoolean

Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is false. If you set AuditLogVolume to true, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.

For more information, see SnapLock audit log volumes.

Returns:

  • (Boolean)

9920
9921
9922
9923
9924
9925
9926
9927
9928
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9920

class UpdateSnaplockConfiguration < Struct.new(
  :audit_log_volume,
  :autocommit_period,
  :privileged_delete,
  :retention_period,
  :volume_append_mode_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#autocommit_periodTypes::AutocommitPeriod

The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.


9920
9921
9922
9923
9924
9925
9926
9927
9928
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9920

class UpdateSnaplockConfiguration < Struct.new(
  :audit_log_volume,
  :autocommit_period,
  :privileged_delete,
  :retention_period,
  :volume_append_mode_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#privileged_deleteString

Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods. PERMANENTLY_DISABLED is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value is DISABLED.

For more information, see Privileged delete.

Returns:

  • (String)

9920
9921
9922
9923
9924
9925
9926
9927
9928
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9920

class UpdateSnaplockConfiguration < Struct.new(
  :audit_log_volume,
  :autocommit_period,
  :privileged_delete,
  :retention_period,
  :volume_append_mode_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodTypes::SnaplockRetentionPeriod

Specifies the retention period of an FSx for ONTAP SnapLock volume.


9920
9921
9922
9923
9924
9925
9926
9927
9928
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9920

class UpdateSnaplockConfiguration < Struct.new(
  :audit_log_volume,
  :autocommit_period,
  :privileged_delete,
  :retention_period,
  :volume_append_mode_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#volume_append_mode_enabledBoolean

Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value is false.

For more information, see Volume-append mode.

Returns:

  • (Boolean)

9920
9921
9922
9923
9924
9925
9926
9927
9928
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9920

class UpdateSnaplockConfiguration < Struct.new(
  :audit_log_volume,
  :autocommit_period,
  :privileged_delete,
  :retention_period,
  :volume_append_mode_enabled)
  SENSITIVE = []
  include Aws::Structure
end