Class: MintPress::Aws::Lightsail::LoadBalancerTlsCertificate
- Inherits:
-
Object
- Object
- MintPress::Aws::Lightsail::LoadBalancerTlsCertificate
- Includes:
- MintLogger, AwsCommon, Mixins::Properties
- Defined in:
- src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb
Properties (Read/Write)
-
#load_balancer_name ⇒ [String]
'The name of the load balancer you associated with your SSL/TLS certificate.'
Property Attributes- attach_load_balancer_tls_certificate_prop ⇒ 'load_balancer_name'
- read_only ⇒ false
- source ⇒ "get_load_balancer_tls_certificates"
- create_load_balancer_tls_certificate_prop ⇒ 'load_balancer_name'
- delete_load_balancer_tls_certificate_prop ⇒ 'load_balancer_name'
- orig_name ⇒ 'load_balancer_name'
- get_load_balancer_tls_certificates_prop ⇒ 'load_balancer_name'
27 28
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 27 property :load_balancer_name, attach_load_balancer_tls_certificate_prop: 'load_balancer_name', type: [String], read_only: false, source: "get_load_balancer_tls_certificates", description: 'The name of the load balancer you associated with your SSL/TLS certificate.', create_load_balancer_tls_certificate_prop: 'load_balancer_name', delete_load_balancer_tls_certificate_prop: 'load_balancer_name', orig_name: 'load_balancer_name', get_load_balancer_tls_certificates_prop: 'load_balancer_name'
-
#certificate_name ⇒ [String]
'The SSL/TLS certificate name.'
Property Attributes- attach_load_balancer_tls_certificate_prop ⇒ 'certificate_name'
- read_only ⇒ false
- source ⇒ "delete_load_balancer_tls_certificate"
- create_load_balancer_tls_certificate_prop ⇒ 'certificate_name'
- delete_load_balancer_tls_certificate_prop ⇒ 'certificate_name'
29
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 29 property :certificate_name, attach_load_balancer_tls_certificate_prop: 'certificate_name', type: [String], read_only: false, source: "delete_load_balancer_tls_certificate", description: 'The SSL/TLS certificate name.', create_load_balancer_tls_certificate_prop: 'certificate_name', delete_load_balancer_tls_certificate_prop: 'certificate_name'
-
#certificate_domain_name ⇒ [String]
'The domain name (e.g., example.com) for your SSL/TLS certificate.'
Property Attributes- create_load_balancer_tls_certificate_prop ⇒ 'certificate_domain_name'
- read_only ⇒ false
- source ⇒ "create_load_balancer_tls_certificate"
30
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 30 property :certificate_domain_name, create_load_balancer_tls_certificate_prop: 'certificate_domain_name', type: [String], read_only: false, source: "create_load_balancer_tls_certificate", description: 'The domain name (e.g., example.com) for your SSL/TLS certificate.'
-
#certificate_alternative_names ⇒ Array of ⇒ [String]
'An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary domain). We do not support wildcards (e.g., *.example.com).'
Property Attributes- create_load_balancer_tls_certificate_prop ⇒ 'certificate_alternative_names'
- read_only ⇒ false
- source ⇒ "create_load_balancer_tls_certificate"
31 32 33 34
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 31 property :certificate_alternative_names, create_load_balancer_tls_certificate_prop: 'certificate_alternative_names', type: [String], array: true, read_only: false, source: "create_load_balancer_tls_certificate", description: 'An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary domain). We do not support wildcards (e.g., *.example.com).'
-
#tags ⇒ Hash of ⇒ [MintPress::Aws::Lightsail::Tag]
'The tag keys and optional values for the resource.'
Property Attributes- create_load_balancer_tls_certificate_prop ⇒ 'tags'
- disposition ⇒ :attribute
- read_only ⇒ false
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'tags'
35
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 35 property :tags, create_load_balancer_tls_certificate_prop: 'tags', type: [MintPress::Aws::Lightsail::Tag], array: false, disposition: :attribute, read_only: false, source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", description: 'The tag keys and optional values for the resource.', orig_name: 'tags', hash: true
-
#force ⇒ [TrueClass,FalseClass]
'When true, forces the deletion of an SSL/TLS certificate. There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The force parameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.'
Property Attributes- delete_load_balancer_tls_certificate_prop ⇒ 'force'
- read_only ⇒ false
- source ⇒ "delete_load_balancer_tls_certificate"
36 37 38 39 40 41
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 36 property :force, delete_load_balancer_tls_certificate_prop: 'force', type: [TrueClass,FalseClass], read_only: false, source: "delete_load_balancer_tls_certificate", description: 'When true, forces the deletion of an SSL/TLS certificate. There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The force parameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.'
-
#arn ⇒ [String]
'The Amazon Resource Name (ARN) of the SSL/TLS certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'arn'
42
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 42 property :arn, disposition: :attribute, description: 'The Amazon Resource Name (ARN) of the SSL/TLS certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'arn', type: [String]
-
#created_at ⇒ [Time]
'The time when you created your SSL/TLS certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'created_at'
43
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 43 property :created_at, disposition: :attribute, description: 'The time when you created your SSL/TLS certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'created_at', type: [Time]
-
#domain_name ⇒ [String]
'The domain name for your SSL/TLS certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'domain_name'
44
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 44 property :domain_name, disposition: :attribute, description: 'The domain name for your SSL/TLS certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'domain_name', type: [String]
-
#domain_validation_records ⇒ Hash of ⇒ [MintPress::Aws::Lightsail::LoadBalancerTlsCertificateDomainValidationRecord]
'An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'domain_validation_records'
45
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 45 property :domain_validation_records, disposition: :attribute, description: 'An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the records.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'domain_validation_records', type: [MintPress::Aws::Lightsail::LoadBalancerTlsCertificateDomainValidationRecord], array: false, hash: true
-
#failure_reason ⇒ [String]
'The validation failure reason, if any, of the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'failure_reason'
46
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 46 property :failure_reason, disposition: :attribute, description: 'The validation failure reason, if any, of the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'failure_reason', type: [String]
-
#is_attached ⇒ [TrueClass,FalseClass]
'When true, the SSL/TLS certificate is attached to the Lightsail load balancer.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'is_attached'
47
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 47 property :is_attached, disposition: :attribute, description: 'When true, the SSL/TLS certificate is attached to the Lightsail load balancer.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'is_attached', type: [TrueClass,FalseClass]
-
#issued_at ⇒ [Time]
'The time when the SSL/TLS certificate was issued.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'issued_at'
48
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 48 property :issued_at, disposition: :attribute, description: 'The time when the SSL/TLS certificate was issued.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'issued_at', type: [Time]
-
#issuer ⇒ [String]
'The issuer of the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'issuer'
49
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 49 property :issuer, disposition: :attribute, description: 'The issuer of the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'issuer', type: [String]
-
#key_algorithm ⇒ [String]
'The algorithm used to generate the key pair (the public and private key).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'key_algorithm'
50
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 50 property :key_algorithm, disposition: :attribute, description: 'The algorithm used to generate the key pair (the public and private key).', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'key_algorithm', type: [String]
-
#location ⇒ [MintPress::Aws::Lightsail::ResourceLocation] (Default Value: MintPress::Aws::Lightsail::ResourceLocation.new)
'The AWS Region and Availability Zone where you created your certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'location'
- default ⇒ MintPress::Aws::Lightsail::ResourceLocation.new
51
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 51 property :location, disposition: :attribute, description: 'The AWS Region and Availability Zone where you created your certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'location', type: [MintPress::Aws::Lightsail::ResourceLocation], default: MintPress::Aws::Lightsail::ResourceLocation.new
-
#name ⇒ [String]
'The name of the SSL/TLS certificate (e.g., my-certificate).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'name'
52
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 52 property :name, disposition: :attribute, description: 'The name of the SSL/TLS certificate (e.g., my-certificate).', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'name', type: [String]
-
#not_after ⇒ [Time]
'The timestamp when the SSL/TLS certificate expires.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'not_after'
53
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 53 property :not_after, disposition: :attribute, description: 'The timestamp when the SSL/TLS certificate expires.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'not_after', type: [Time]
-
#not_before ⇒ [Time]
'The timestamp when the SSL/TLS certificate is first valid.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'not_before'
54
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 54 property :not_before, disposition: :attribute, description: 'The timestamp when the SSL/TLS certificate is first valid.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'not_before', type: [Time]
-
#renewal_summary ⇒ [MintPress::Aws::Lightsail::LoadBalancerTlsCertificateRenewalSummary] (Default Value: MintPress::Aws::Lightsail::LoadBalancerTlsCertificateRenewalSummary.new)
'An object that describes the status of the certificate renewal managed by Lightsail.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'renewal_summary'
- default ⇒ MintPress::Aws::Lightsail::LoadBalancerTlsCertificateRenewalSummary.new
55
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 55 property :renewal_summary, disposition: :attribute, description: 'An object that describes the status of the certificate renewal managed by Lightsail.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'renewal_summary', type: [MintPress::Aws::Lightsail::LoadBalancerTlsCertificateRenewalSummary], default: MintPress::Aws::Lightsail::LoadBalancerTlsCertificateRenewalSummary.new
-
#resource_type ⇒ [String]
'The resource type (e.g., LoadBalancerTlsCertificate).'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'resource_type'
56
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 56 property :resource_type, disposition: :attribute, description: 'The resource type (e.g., LoadBalancerTlsCertificate).', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'resource_type', type: [String]
-
#revocation_reason ⇒ [String]
'The reason the certificate was revoked.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'revocation_reason'
57
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 57 property :revocation_reason, disposition: :attribute, description: 'The reason the certificate was revoked.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'revocation_reason', type: [String]
-
#revoked_at ⇒ [Time]
'The timestamp when the certificate was revoked.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'revoked_at'
58
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 58 property :revoked_at, disposition: :attribute, description: 'The timestamp when the certificate was revoked.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'revoked_at', type: [Time]
-
#serial ⇒ [String]
'The serial number of the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'serial'
59
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 59 property :serial, disposition: :attribute, description: 'The serial number of the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'serial', type: [String]
-
#signature_algorithm ⇒ [String]
'The algorithm that was used to sign the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'signature_algorithm'
60
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 60 property :signature_algorithm, disposition: :attribute, description: 'The algorithm that was used to sign the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'signature_algorithm', type: [String]
-
#status ⇒ [String]
'The validation status of the SSL/TLS certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'status'
61
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 61 property :status, disposition: :attribute, description: 'The validation status of the SSL/TLS certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'status', type: [String]
-
#subject ⇒ [String]
'The name of the entity that is associated with the public key contained in the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'subject'
62
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 62 property :subject, disposition: :attribute, description: 'The name of the entity that is associated with the public key contained in the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'subject', type: [String]
-
#subject_alternative_names ⇒ Array of ⇒ [String]
'An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'subject_alternative_names'
63
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 63 property :subject_alternative_names, disposition: :attribute, description: 'An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'subject_alternative_names', type: [String], array: true
-
#support_code ⇒ [String]
'The support code.'
Property Attributes- disposition ⇒ :attribute
- source ⇒ "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate"
- orig_name ⇒ 'support_code'
64
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 64 property :support_code, disposition: :attribute, description: 'The support code.', source: "MintPress::Aws::Lightsail::LoadBalancerTlsCertificate", orig_name: 'support_code', type: [String]
-
#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 Attributes68
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 68 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
71
# File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/lightsail/load_balancer_tls_certificate.rb', line 71 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
- #attach ⇒ Object
- #create ⇒ Object
- #delete ⇒ Object
- #delete_cascade ⇒ Object
- #get ⇒ Object
-
#initialize(opts = {}) ⇒ LoadBalancerTlsCertificate
constructor
A new instance of LoadBalancerTlsCertificate.
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