class Aws::Route53Resolver::Types::CreateResolverEndpointRequest

@note When making an API call, you may pass CreateResolverEndpointRequest

data as a hash:

    {
      creator_request_id: "CreatorRequestId", # required
      name: "Name",
      security_group_ids: ["ResourceId"], # required
      direction: "INBOUND", # required, accepts INBOUND, OUTBOUND
      ip_addresses: [ # required
        {
          subnet_id: "SubnetId", # required
          ip: "Ip",
        },
      ],
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] creator_request_id

A unique string that identifies the request and that allows failed
requests to be retried without the risk of running the operation
twice. `CreatorRequestId` can be any unique string, for example, a
date/time stamp.
@return [String]

@!attribute [rw] name

A friendly name that lets you easily find a configuration in the
Resolver dashboard in the Route 53 console.
@return [String]

@!attribute [rw] security_group_ids

The ID of one or more security groups that you want to use to
control access to this VPC. The security group that you specify must
include one or more inbound rules (for inbound Resolver endpoints)
or outbound rules (for outbound Resolver endpoints). Inbound and
outbound rules must allow TCP and UDP access. For inbound access,
open port 53. For outbound access, open the port that you're using
for DNS queries on your network.
@return [Array<String>]

@!attribute [rw] direction

Specify the applicable value:

* `INBOUND`\: Resolver forwards DNS queries to the DNS service for a
  VPC from your network

* `OUTBOUND`\: Resolver forwards DNS queries from the DNS service
  for a VPC to your network
@return [String]

@!attribute [rw] ip_addresses

The subnets and IP addresses in your VPC that DNS queries originate
from (for outbound endpoints) or that you forward DNS queries to
(for inbound endpoints). The subnet ID uniquely identifies a VPC.
@return [Array<Types::IpAddressRequest>]

@!attribute [rw] tags

A list of the tag keys and values that you want to associate with
the endpoint.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateResolverEndpointRequest AWS API Documentation

Constants

SENSITIVE