Class: MintPress::Aws::Route53::HostedZone

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

Properties (Read/Write)

  • #caller_reference ⇒ [String]
    'The value that you specified for CallerReference when you created the hosted zone.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::Route53::HostedZone"
    • orig_name'caller_reference'
    • create_hosted_zone_prop'caller_reference'
    • read_onlyfalse
    
    
    28
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 28
    
    property :caller_reference, disposition: :attribute, description: 'The value that you specified for CallerReference when you created the hosted zone.', source: "MintPress::Aws::Route53::HostedZone", orig_name: 'caller_reference', type: [String], create_hosted_zone_prop: 'caller_reference', read_only: false
  • #config ⇒ [MintPress::Aws::Route53::HostedZoneConfig] (Default Value: MintPress::Aws::Route53::HostedZoneConfig.new)
    'A complex type that includes the Comment and PrivateZone elements.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::Route53::HostedZone"
    • orig_name'config'
    • defaultMintPress::Aws::Route53::HostedZoneConfig.new
    
    
    29
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 29
    
    property :config, disposition: :attribute, description: 'A complex type that includes the Comment and PrivateZone elements.', source: "MintPress::Aws::Route53::HostedZone", orig_name: 'config', type: [MintPress::Aws::Route53::HostedZoneConfig], default: MintPress::Aws::Route53::HostedZoneConfig.new
  • #id ⇒ [String]
    'The ID of the hosted zone that you want to get information about.'

    Property Attributes
    • source"get_hosted_zone"
    • orig_name'id'
    • delete_hosted_zone_prop'id'
    • read_onlyfalse
    • get_hosted_zone_prop'id'
    
    
    30
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 30
    
    property :id, description: 'The ID of the hosted zone that you want to get information about.', source: "get_hosted_zone", orig_name: 'id', type: [String], delete_hosted_zone_prop: 'id', read_only: false, get_hosted_zone_prop: 'id'
  • #linked_service ⇒ [MintPress::Aws::Route53::LinkedService] (Default Value: MintPress::Aws::Route53::LinkedService.new)
    'If the hosted zone was created by another service, the service that created the hosted zone.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::Route53::HostedZone"
    • orig_name'linked_service'
    • defaultMintPress::Aws::Route53::LinkedService.new
    
    
    31
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 31
    
    property :linked_service, disposition: :attribute, description: 'If the hosted zone was created by another service, the service that created the hosted zone.', source: "MintPress::Aws::Route53::HostedZone", orig_name: 'linked_service', type: [MintPress::Aws::Route53::LinkedService], default: MintPress::Aws::Route53::LinkedService.new
  • #name ⇒ [String]
    'The name of the domain.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::Route53::HostedZone"
    • orig_name'name'
    • create_hosted_zone_prop'name'
    • read_onlyfalse
    
    
    32
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 32
    
    property :name, disposition: :attribute, description: 'The name of the domain.', source: "MintPress::Aws::Route53::HostedZone", orig_name: 'name', type: [String], create_hosted_zone_prop: 'name', read_only: false
  • #resource_record_set_count ⇒ [Integer]
    'The number of resource record sets in the hosted zone.'

    Property Attributes
    • disposition:attribute
    • source"MintPress::Aws::Route53::HostedZone"
    • orig_name'resource_record_set_count'
    
    
    33
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 33
    
    property :resource_record_set_count, disposition: :attribute, description: 'The number of resource record sets in the hosted zone.', source: "MintPress::Aws::Route53::HostedZone", orig_name: 'resource_record_set_count', type: [Integer]
  • #vpc ⇒ [MintPress::Aws::Route53::VPC] (Default Value: MintPress::Aws::Route53::VPC.new)
    'A complex type that contains information about the Amazon VPC that you"re associating with this hosted zone. You can specify only one Amazon VPC when you create a private hosted zone. To associate additional Amazon VPCs with the hosted zone, use AssociateVPCWithHostedZone after you create a hosted zone.'

    Property Attributes
    • create_hosted_zone_prop'vpc'
    • defaultMintPress::Aws::Route53::VPC.new
    • read_onlyfalse
    • source"create_hosted_zone"
    
    
    34
    35
    36
    37
    38
    39
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 34
    
    property :vpc, create_hosted_zone_prop: 'vpc', type: [MintPress::Aws::Route53::VPC], default: MintPress::Aws::Route53::VPC.new, read_only: false, source: "create_hosted_zone", description: 'A complex type that contains information
    about the Amazon VPC that you"re associating with this hosted zone.
    
    You can specify only one Amazon VPC when you create a private hosted
    zone. To associate additional Amazon VPCs with the hosted zone, use
    AssociateVPCWithHostedZone after you create a hosted zone.'
  • #hosted_zone_config ⇒ [MintPress::Aws::Route53::HostedZoneConfig] (Default Value: MintPress::Aws::Route53::HostedZoneConfig.new)
    'A complex type that contains the following optional values: For public and private hosted zones, an optional comment For private hosted zones, an optional PrivateZone element If you don"t specify a comment or the PrivateZone element, omit HostedZoneConfig and the other elements.'

    Property Attributes
    • create_hosted_zone_prop'hosted_zone_config'
    • defaultMintPress::Aws::Route53::HostedZoneConfig.new
    • read_onlyfalse
    • source"create_hosted_zone"
    
    
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 40
    
    property :hosted_zone_config, create_hosted_zone_prop: 'hosted_zone_config', type: [MintPress::Aws::Route53::HostedZoneConfig], default: MintPress::Aws::Route53::HostedZoneConfig.new, read_only: false, source: "create_hosted_zone", description: 'A complex type that contains the following optional values:
    
    
    For public and private hosted zones, an optional comment
    For private hosted zones, an optional PrivateZone element
    
    
    
    If you don"t specify a comment or the PrivateZone element, omit
    HostedZoneConfig and the other elements.'
  • #max_items ⇒ [Integer]
    'The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than maxitems hosted zones, the value of IsTruncated in the response is true, and the value of NextMarker is the hosted zone ID of the first hosted zone that Route 53 will return if you submit another request.'

    Property Attributes
    • list_hosted_zones_prop'max_items'
    • read_onlyfalse
    • source"list_hosted_zones"
    
    
    50
    51
    52
    53
    54
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 50
    
    property :max_items, list_hosted_zones_prop: 'max_items', type: [Integer], read_only: false, source: "list_hosted_zones", description: 'The maximum number of hosted zones that you want Amazon
    Route 53 to return. If you have more than maxitems hosted zones, the
    value of IsTruncated in the response is true, and the value of
    NextMarker is the hosted zone ID of the first hosted zone that Route
    53 will return if you submit another request.'
  • #delegation_set ⇒ [MintPress::Aws::Route53::DelegationSet]
    'If you"re using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set.'

    Property Attributes
    • create_hosted_zone_prop'delegation_set_id'
    • read_onlyfalse
    • source"list_hosted_zones"
    • list_hosted_zones_prop'delegation_set_id'
    • fromString
    
    
    55
    56
    57
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 55
    
    property :delegation_set, create_hosted_zone_prop: 'delegation_set_id', type: [MintPress::Aws::Route53::DelegationSet], read_only: false, source: "list_hosted_zones", description: 'If you"re using reusable delegation sets and you want to list all of
    the hosted zones that are associated with a reusable delegation set,
    specify the ID of that reusable delegation set.', list_hosted_zones_prop: 'delegation_set_id', from: 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
    
    
    61
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 61
    
    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
    
    
    64
    # File 'src/mintpress-infrastructure-aws/lib/mintpress-infrastructure-aws/generated/route53/hosted_zone.rb', line 64
    
    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

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 = {}) ⇒ HostedZone

Returns a new instance of HostedZone.

Instance Method Details

#createObject

#deleteObject

#delete_cascadeObject

#getObject

#listObject