Class: MintPress::Aws::RDS::Certificate

Inherits:
Object
  • Object
show all
Includes:
MintLogger, AwsCommon, Mixins::Properties
Defined in:
src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb

Properties (Read/Write)

  • #certificate_identifier ⇒ [String]
    'The new default certificate identifier to override the current one with. To determine the valid values, use the describe-certificates AWS CLI command or the DescribeCertificates API operation.'

    Property Attributes
    • source"modify_certificates"
    • orig_name'certificate_identifier'
    • describe_certificates_prop'certificate_identifier'
    • modify_certificates_prop'certificate_identifier'
    • read_onlyfalse
    
    
    22
    23
    24
    25
    26
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 22
    
    property :certificate_identifier, description: 'The new default certificate identifier to override the current one
    with.
    
    To determine the valid values, use the describe-certificates AWS CLI
    command or the DescribeCertificates API operation.', source: "modify_certificates", orig_name: 'certificate_identifier', type: [String], describe_certificates_prop: 'certificate_identifier', modify_certificates_prop: 'certificate_identifier', read_only: false
  • #filters ⇒ Hash of ⇒ [MintPress::Aws::RDS::Filter]
    'This parameter isn"t currently supported.'

    Property Attributes
    • describe_certificates_prop'filters'
    • source"describe_certificates"
    
    
    33
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 33
    
    property :filters, describe_certificates_prop: 'filters', type: [MintPress::Aws::RDS::Filter], array: false, source: "describe_certificates", description: 'This parameter isn"t currently supported.', hash: true
  • #max_records ⇒ [Integer]
    'The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results. Default: 100 Constraints: Minimum 20, maximum 100.'

    Property Attributes
    • describe_certificates_prop'max_records'
    • source"describe_certificates"
    
    
    34
    35
    36
    37
    38
    39
    40
    41
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 34
    
    property :max_records, describe_certificates_prop: 'max_records', type: [Integer], source: "describe_certificates", description: 'The maximum number of records to include in the response. If more
    records exist than the specified MaxRecords value, a pagination
    token called a marker is included in the response so you can retrieve
    the remaining results.
    
    Default: 100
    
    Constraints: Minimum 20, maximum 100.'
  • #remove_customer_override ⇒ [TrueClass,FalseClass]
    'A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.'

    Property Attributes
    • modify_certificates_prop'remove_customer_override'
    • read_onlyfalse
    • source"modify_certificates"
    
    
    42
    43
    44
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 42
    
    property :remove_customer_override, modify_certificates_prop: 'remove_customer_override', type: [TrueClass,FalseClass], read_only: false, source: "modify_certificates", description: 'A value that indicates whether to remove the override for the default
    certificate. If the override is removed, the default certificate is
    the system default.'
  • #name ⇒ String

    Property Attributes
    
    
    46
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 46
    
    property :name, 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 Attributes
    
    
    50
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 50
    
    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
    • defaultMintPress::InfrastructureAws::AwsPlatform.new
    
    
    53
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 53
    
    property :platform, type: MintPress::InfrastructureAws::AwsPlatform, default: MintPress::InfrastructureAws::AwsPlatform.new

Properties (Read Only)

  • #certificate_arn ⇒ [String]
    'The Amazon Resource Name (ARN) for the certificate.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'certificate_arn'
    • read_onlytrue
    
    
    21
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 21
    
    property :certificate_arn, disposition: :read_only_attribute, description: 'The Amazon Resource Name (ARN) for the certificate.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'certificate_arn', type: [String], read_only: true
  • #certificate_type ⇒ [String]
    'The type of the certificate.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'certificate_type'
    • read_onlytrue
    
    
    27
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 27
    
    property :certificate_type, disposition: :read_only_attribute, description: 'The type of the certificate.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'certificate_type', type: [String], read_only: true
  • #customer_override ⇒ [TrueClass,FalseClass]
    'Whether there is an override for the default certificate identifier.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'customer_override'
    • read_onlytrue
    
    
    28
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 28
    
    property :customer_override, disposition: :read_only_attribute, description: 'Whether there is an override for the default certificate identifier.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'customer_override', type: [TrueClass,FalseClass], read_only: true
  • #customer_override_valid_till ⇒ [Time]
    'If there is an override for the default certificate identifier, when the override expires.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'customer_override_valid_till'
    • read_onlytrue
    
    
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 29
    
    property :customer_override_valid_till, disposition: :read_only_attribute, description: 'If there is an override for the default certificate identifier, when the override expires.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'customer_override_valid_till', type: [Time], read_only: true
  • #thumbprint ⇒ [String]
    'The thumbprint of the certificate.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'thumbprint'
    • read_onlytrue
    
    
    30
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 30
    
    property :thumbprint, disposition: :read_only_attribute, description: 'The thumbprint of the certificate.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'thumbprint', type: [String], read_only: true
  • #valid_from ⇒ [Time]
    'The starting date from which the certificate is valid.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'valid_from'
    • read_onlytrue
    
    
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 31
    
    property :valid_from, disposition: :read_only_attribute, description: 'The starting date from which the certificate is valid.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'valid_from', type: [Time], read_only: true
  • #valid_till ⇒ [Time]
    'The final date that the certificate continues to be valid.'

    Property Attributes
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'valid_till'
    • read_onlytrue
    
    
    32
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 32
    
    property :valid_till, disposition: :read_only_attribute, description: 'The final date that the certificate continues to be valid.', source: "MintPress::Aws::RDS::Certificate", orig_name: 'valid_till', type: [Time], read_only: true
  • #id ⇒ [String] (Default Value: Proc.new { self.name })
    '(also: #certificate_identifier)'

    Property Attributes
    • read_onlytrue
    • disposition:read_only_attribute
    • source"MintPress::Aws::RDS::Certificate"
    • orig_name'id'
    • defaultProc.new { self.name }
    
    
    45
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/rds/certificate.rb', line 45
    
    property :id, read_only: true, disposition: :read_only_attribute, description: '(also: #certificate_identifier)', source: "MintPress::Aws::RDS::Certificate", orig_name: 'id', type: [String], default: Proc.new { self.name }

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

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

Constructor Details

#initialize(opts = {}) ⇒ Certificate

Returns a new instance of Certificate.

Instance Method Details

#describeObject

#modifyObject