Class: MintPress::Aws::RDS::Parameter
- Inherits:
-
Object
- Object
- MintPress::Aws::RDS::Parameter
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb
Properties (Read/Write)
-
#parameter_name ⇒ [String]
'Specifies the name of the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'parameter_name'
- modify_db_cluster_parameter_group_prop ⇒ 'parameter_name'
- modify_db_parameter_group_prop ⇒ 'parameter_name'
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 22 property :parameter_name, disposition: :attribute, description: 'Specifies the name of the parameter.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'parameter_name', type: [String], modify_db_cluster_parameter_group_prop: 'parameter_name', modify_db_parameter_group_prop: 'parameter_name'
-
#region ⇒ String
Region _specifically for this object_. If you're not doing different objects in different regions, you should not set this, but rather set the region on your AwsPlatformProvider instead
Property Attributes30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 30 property :region, type: String
-
#platform ⇒ MintPress::InfrastructureAws::AwsPlatform (Default Value: MintPress::InfrastructureAws::AwsPlatform.new)
The platform details, including credentials - normally this will come via AwsPlatformProvider (see the Infrastructure Providers section of the documentation)
Property Attributes- default ⇒ MintPress::InfrastructureAws::AwsPlatform.new
33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 33 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
-
#allowed_values ⇒ [String]
'Specifies the valid range of values for the parameter.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'allowed_values'
- modify_db_cluster_parameter_group_prop ⇒ 'allowed_values'
- modify_db_parameter_group_prop ⇒ 'allowed_values'
- read_only ⇒ true
15
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 15 property :allowed_values, disposition: :read_only_attribute, description: 'Specifies the valid range of values for the parameter.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'allowed_values', type: [String], modify_db_cluster_parameter_group_prop: 'allowed_values', modify_db_parameter_group_prop: 'allowed_values', read_only: true
-
#apply_method ⇒ [String]
'Indicates when to apply parameter updates.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'apply_method'
- modify_db_cluster_parameter_group_prop ⇒ 'apply_method'
- modify_db_parameter_group_prop ⇒ 'apply_method'
- read_only ⇒ true
16
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 16 property :apply_method, disposition: :read_only_attribute, description: 'Indicates when to apply parameter updates.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'apply_method', type: [String], modify_db_cluster_parameter_group_prop: 'apply_method', modify_db_parameter_group_prop: 'apply_method', read_only: true
-
#apply_type ⇒ [String]
'Specifies the engine specific parameters type.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'apply_type'
- modify_db_cluster_parameter_group_prop ⇒ 'apply_type'
- modify_db_parameter_group_prop ⇒ 'apply_type'
- read_only ⇒ true
17
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 17 property :apply_type, disposition: :read_only_attribute, description: 'Specifies the engine specific parameters type.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'apply_type', type: [String], modify_db_cluster_parameter_group_prop: 'apply_type', modify_db_parameter_group_prop: 'apply_type', read_only: true
-
#data_type ⇒ [String]
'Specifies the valid data type for the parameter.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'data_type'
- modify_db_cluster_parameter_group_prop ⇒ 'data_type'
- modify_db_parameter_group_prop ⇒ 'data_type'
- read_only ⇒ true
18
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 18 property :data_type, disposition: :read_only_attribute, description: 'Specifies the valid data type for the parameter.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'data_type', type: [String], modify_db_cluster_parameter_group_prop: 'data_type', modify_db_parameter_group_prop: 'data_type', read_only: true
-
#description ⇒ [String]
'Provides a description of the parameter.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'description'
- modify_db_cluster_parameter_group_prop ⇒ 'description'
- modify_db_parameter_group_prop ⇒ 'description'
- read_only ⇒ true
19
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 19 property :description, disposition: :read_only_attribute, description: 'Provides a description of the parameter.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'description', type: [String], modify_db_cluster_parameter_group_prop: 'description', modify_db_parameter_group_prop: 'description', read_only: true
-
#is_modifiable ⇒ [TrueClass,FalseClass]
'Indicates whether (true) or not (false) the parameter can be modified.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'is_modifiable'
- modify_db_cluster_parameter_group_prop ⇒ 'is_modifiable'
- modify_db_parameter_group_prop ⇒ 'is_modifiable'
- read_only ⇒ true
20
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 20 property :is_modifiable, disposition: :read_only_attribute, description: 'Indicates whether (true) or not (false) the parameter can be modified.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'is_modifiable', type: [TrueClass,FalseClass], modify_db_cluster_parameter_group_prop: 'is_modifiable', modify_db_parameter_group_prop: 'is_modifiable', read_only: true
-
#minimum_engine_version ⇒ [String]
'The earliest engine version to which the parameter can apply.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'minimum_engine_version'
- modify_db_cluster_parameter_group_prop ⇒ 'minimum_engine_version'
- modify_db_parameter_group_prop ⇒ 'minimum_engine_version'
- read_only ⇒ true
21
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 21 property :minimum_engine_version, disposition: :read_only_attribute, description: 'The earliest engine version to which the parameter can apply.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'minimum_engine_version', type: [String], modify_db_cluster_parameter_group_prop: 'minimum_engine_version', modify_db_parameter_group_prop: 'minimum_engine_version', read_only: true
-
#parameter_value ⇒ [String]
'Specifies the value of the parameter.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'parameter_value'
- modify_db_cluster_parameter_group_prop ⇒ 'parameter_value'
- modify_db_parameter_group_prop ⇒ 'parameter_value'
- read_only ⇒ true
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 23 property :parameter_value, disposition: :read_only_attribute, description: 'Specifies the value of the parameter.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'parameter_value', type: [String], modify_db_cluster_parameter_group_prop: 'parameter_value', modify_db_parameter_group_prop: 'parameter_value', read_only: true
-
#source ⇒ [String]
'Indicates the source of the parameter value.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'source'
- modify_db_cluster_parameter_group_prop ⇒ 'source'
- modify_db_parameter_group_prop ⇒ 'source'
- read_only ⇒ true
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 24 property :source, disposition: :read_only_attribute, description: 'Indicates the source of the parameter value.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'source', type: [String], modify_db_cluster_parameter_group_prop: 'source', modify_db_parameter_group_prop: 'source', read_only: true
-
#supported_engine_modes ⇒ Array of ⇒ [String]
'The valid DB engine modes.'
Property Attributes- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'supported_engine_modes'
- modify_db_cluster_parameter_group_prop ⇒ 'supported_engine_modes'
- modify_db_parameter_group_prop ⇒ 'supported_engine_modes'
- read_only ⇒ true
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 25 property :supported_engine_modes, disposition: :read_only_attribute, description: 'The valid DB engine modes.', source: "MintPress::Aws::RDS::Parameter", orig_name: 'supported_engine_modes', type: [String], array: true, modify_db_cluster_parameter_group_prop: 'supported_engine_modes', modify_db_parameter_group_prop: 'supported_engine_modes', read_only: true
-
#name ⇒ [String]
'(also: #parameter_name)'
Property Attributes- read_only ⇒ true
- disposition ⇒ :read_only_attribute
- source ⇒ "MintPress::Aws::RDS::Parameter"
- orig_name ⇒ 'name'
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/parameter.rb', line 26 property :name, read_only: true, disposition: :read_only_attribute, description: '(also: #parameter_name)', source: "MintPress::Aws::RDS::Parameter", orig_name: 'name', type: [String]
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary
Attributes included from Mixins::Properties
#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Parameter
constructor
A new instance of Parameter.
Methods included from AwsCommon
#alive?, all, #attach_generic, #attached?, #available?, #build_create_hash, #by_id, #by_name, #create_generic, #delete_cascade_generic, #delete_generic, #detach_generic, #exists?, #fill_in_details, #find_by_details, #find_global_object, #get_aws_region, #get_state, #handle_singleton_object, #harvest, #perform_operation, #prop_to_hash, #register_aws_object, #resource_api, #running?, #start_generic, #started?, #stop_generic, #terminate_generic
Methods included from Mixins::Properties
#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send