NAME
Paws::Route53Resolver::ResolverEndpoint
USAGE
This class represents one of two things:
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::Route53Resolver::ResolverEndpoint object:
$service_obj->Method(Att1 => { Arn => $value, ..., StatusMessage => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Resolver::ResolverEndpoint object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, ListResolverEndpoints, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound resolver endpoint.
ATTRIBUTES
Arn => Str
The ARN (Amazon Resource Name) for the resolver endpoint.
CreationTime => Str
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
CreatorRequestId => Str
A unique string that identifies the request that created the resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of executing the operation twice.
Direction => Str
Indicates whether the resolver endpoint allows inbound or outbound DNS queries:
INBOUND: allows DNS queries to your VPC from your network or another VPCOUTBOUND: allows DNS queries from your VPC to your network or another VPC
HostVPCId => Str
The ID of the VPC that you want to create the resolver endpoint in.
Id => Str
The ID of the resolver endpoint.
IpAddressCount => Int
The number of IP addresses that the resolver endpoint can use for DNS queries.
ModificationTime => Str
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
Name => Str
The name that you assigned to the resolver endpoint when you submitted a CreateResolverEndpoint request.
SecurityGroupIds => ArrayRef[Str|Undef]
The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound resolver rules.
Status => Str
A code that specifies the current status of the resolver endpoint.
StatusMessage => Str
A detailed description of the status of the resolver endpoint.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Route53Resolver
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues