Class: MintPress::Aws::Lightsail::RelationalDatabaseParameter
- Inherits:
-
Object
- Object
- MintPress::Aws::Lightsail::RelationalDatabaseParameter
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb
Properties (Read/Write)
-
#allowed_values ⇒ [String]
'Specifies the valid range of values for the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'allowed_values'
- update_relational_database_parameters_prop ⇒ 'parameters.allowed_values'
19
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 19 property :allowed_values, disposition: :attribute, description: 'Specifies the valid range of values for the parameter.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'allowed_values', type: [String], update_relational_database_parameters_prop: 'parameters.allowed_values'
-
#apply_method ⇒ [String]
'Indicates when parameter updates are applied.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'apply_method'
- update_relational_database_parameters_prop ⇒ 'parameters.apply_method'
20
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 20 property :apply_method, disposition: :attribute, description: 'Indicates when parameter updates are applied.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'apply_method', type: [String], update_relational_database_parameters_prop: 'parameters.apply_method'
-
#apply_type ⇒ [String]
'Specifies the engine-specific parameter type.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'apply_type'
- update_relational_database_parameters_prop ⇒ 'parameters.apply_type'
21
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 21 property :apply_type, disposition: :attribute, description: 'Specifies the engine-specific parameter type.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'apply_type', type: [String], update_relational_database_parameters_prop: 'parameters.apply_type'
-
#data_type ⇒ [String]
'Specifies the valid data type for the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'data_type'
- update_relational_database_parameters_prop ⇒ 'parameters.data_type'
22
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 22 property :data_type, disposition: :attribute, description: 'Specifies the valid data type for the parameter.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'data_type', type: [String], update_relational_database_parameters_prop: 'parameters.data_type'
-
#description ⇒ [String]
'Provides a description of the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'description'
- update_relational_database_parameters_prop ⇒ 'parameters.description'
23
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 23 property :description, disposition: :attribute, description: 'Provides a description of the parameter.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'description', type: [String], update_relational_database_parameters_prop: 'parameters.description'
-
#is_modifiable ⇒ [TrueClass,FalseClass]
'A Boolean value indicating whether the parameter can be modified.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'is_modifiable'
- update_relational_database_parameters_prop ⇒ 'parameters.is_modifiable'
24
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 24 property :is_modifiable, disposition: :attribute, description: 'A Boolean value indicating whether the parameter can be modified.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'is_modifiable', type: [TrueClass,FalseClass], update_relational_database_parameters_prop: 'parameters.is_modifiable'
-
#parameter_name ⇒ [String]
'Specifies the name of the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'parameter_name'
- update_relational_database_parameters_prop ⇒ 'parameters.parameter_name'
25
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 25 property :parameter_name, disposition: :attribute, description: 'Specifies the name of the parameter.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'parameter_name', type: [String], update_relational_database_parameters_prop: 'parameters.parameter_name'
-
#parameter_value ⇒ [String]
'Specifies the value of the parameter.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::RelationalDatabaseParameter"
- orig_name ⇒ 'parameter_value'
- update_relational_database_parameters_prop ⇒ 'parameters.parameter_value'
26
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 26 property :parameter_value, disposition: :attribute, description: 'Specifies the value of the parameter.', source: "MintPress::Aws::Lightsail::RelationalDatabaseParameter", orig_name: 'parameter_value', type: [String], update_relational_database_parameters_prop: 'parameters.parameter_value'
-
#relational_database_name ⇒ [String]
'The name of your database for which to update parameters.'
Property Attributes- get_relational_database_parameters_prop ⇒ 'relational_database_name'
- read_only ⇒ false
- source ⇒ "update_relational_database_parameters"
- update_relational_database_parameters_prop ⇒ 'relational_database_name'
27
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 27 property :relational_database_name, get_relational_database_parameters_prop: 'relational_database_name', type: [String], read_only: false, source: "update_relational_database_parameters", description: 'The name of your database for which to update parameters.', update_relational_database_parameters_prop: 'relational_database_name'
-
#page_token ⇒ [String]
'The token to advance to the next page of results from your request. To get a page token, perform an initial GetRelationalDatabaseParameters request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.'
Property Attributes- get_relational_database_parameters_prop ⇒ 'page_token'
- read_only ⇒ false
- source ⇒ "get_relational_database_parameters"
28 29 30 31 32 33
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 28 property :page_token, get_relational_database_parameters_prop: 'page_token', type: [String], read_only: false, source: "get_relational_database_parameters", description: 'The token to advance to the next page of results from your request. To get a page token, perform an initial GetRelationalDatabaseParameters request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.'
-
#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 Attributes37
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 37 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
40
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/relational_database_parameter.rb', line 40 property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new
Properties (Read Only)
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
- #get ⇒ Object
-
#initialize(opts = {}) ⇒ RelationalDatabaseParameter
constructor
A new instance of RelationalDatabaseParameter.
- #update ⇒ Object
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