Class: Aws::AppConfig::Types::AccountSettings

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionTypes::DeletionProtectionSettings

A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile or an environment if AppConfig has called either

GetLatestConfiguration][1

or for the configuration profile or from

the environment during the specified interval. Deletion protection is disabled by default. The default interval for ‘ProtectionPeriodInMinutes` is 60.

[1]: docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html



29
30
31
32
33
# File 'lib/aws-sdk-appconfig/types.rb', line 29

class AccountSettings < Struct.new(
  :deletion_protection)
  SENSITIVE = []
  include Aws::Structure
end