PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ServiceDiscovery::Instance; use Moose; has Attributes => (is => 'ro', isa => 'Paws::ServiceDiscovery::Attributes'); has CreatorRequestId => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::ServiceDiscovery::Instance =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ServiceDiscovery::Instance object: $service_obj->Method(Att1 => { Attributes => $value, ..., Id => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceDiscovery::Instance object: $result = $service_obj->Method(...); $result->Att1->Attributes =head1 DESCRIPTION A complex type that contains information about an instance that Cloud Map creates when you submit a C request. =head1 ATTRIBUTES =head2 Attributes => L A string map that contains the following information for the service that you specify in C: =over =item * The attributes that apply to the records that are defined in the service. =item * For each attribute, the applicable value. =back Supported attribute keys include the following: =over =item AWS_ALIAS_DNS_NAME If you want Cloud Map to create a Route 53 alias record that routes traffic to an Elastic Load Balancing load balancer, specify the DNS name that's associated with the load balancer. For information about how to get the DNS name, see AliasTarget-EDNSName (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AliasTarget.html#Route53-Type-AliasTarget-DNSName) in the I. Note the following: =over =item * The configuration for the service that's specified by C must include settings for an C record, an C record, or both. =item * In the service that's specified by C, the value of C must be C. =item * If the service that's specified by C includes C settings, Cloud Map creates the health check, but it won't associate the health check with the alias record. =item * Auto naming currently doesn't support creating alias records that route traffic to Amazon Web Services resources other than ELB load balancers. =item * If you specify a value for C, don't specify values for any of the C attributes. =back =item AWS_EC2_INSTANCE_ID I The Amazon EC2 instance ID for the instance. The C attribute contains the primary private IPv4 address. =item AWS_INIT_HEALTH_STATUS If the service configuration includes C, you can optionally use C to specify the initial status of the custom health check, C or C. If you don't specify a value for C, the initial status is C. =item AWS_INSTANCE_CNAME If the service configuration includes a C record, the domain name that you want Route 53 to return in response to DNS queries (for example, C). This value is required if the service specified by C includes settings for an C record. =item AWS_INSTANCE_IPV4 If the service configuration includes an C record, the IPv4 address that you want Route 53 to return in response to DNS queries (for example, C<192.0.2.44>). This value is required if the service specified by C includes settings for an C record. If the service includes settings for an C record, you must specify a value for C, C, or both. =item AWS_INSTANCE_IPV6 If the service configuration includes an C record, the IPv6 address that you want Route 53 to return in response to DNS queries (for example, C<2001:0db8:85a3:0000:0000:abcd:0001:2345>). This value is required if the service specified by C includes settings for an C record. If the service includes settings for an C record, you must specify a value for C, C, or both. =item AWS_INSTANCE_PORT If the service includes an C record, the value that you want Route 53 to return for the port. If the service includes C, the port on the endpoint that you want Route 53 to send requests to. This value is required if you specified settings for an C record or a Route 53 health check when you created the service. =back =head2 CreatorRequestId => Str A unique string that identifies the request and that allows failed C requests to be retried without the risk of executing the operation twice. You must use a unique C string every time you submit a C request if you're registering additional instances for the same namespace and service. C can be any unique string (for example, a date/time stamp). =head2 B Id => Str An identifier that you want to associate with the instance. Note the following: =over =item * If the service that's specified by C includes settings for an C record, the value of C is automatically included as part of the value for the C record. For more information, see DnsRecord E Type (https://docs.aws.amazon.com/cloud-map/latest/api/API_DnsRecord.html#cloudmap-Type-DnsRecord-Type). =item * You can use this value to update an existing instance. =item * To register a new instance, you must specify a value that's unique among instances that you register by using the same service. =item * If you specify an existing C and C, Cloud Map updates the existing DNS records. If there's also an existing health check, Cloud Map deletes the old health check and creates a new one. The health check isn't deleted immediately, so it will still appear for a while if you submit a C request, for example. =back =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut