{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-resolver-endpoint-schema.json", "title": "ResolverEndpoint", "description": "In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, Updates the name, or ResolverEndpointType for an endpoint, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the Resolver endpoint." } ] }, "CreatorRequestId": { "allOf": [ { "$ref": "#/components/schemas/CreatorRequestId" }, { "description": "A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice." } ] }, "Arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The ARN (Amazon Resource Name) for the Resolver endpoint." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request." } ] }, "SecurityGroupIds": { "allOf": [ { "$ref": "#/components/schemas/SecurityGroupIds" }, { "description": "The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound 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." } ] }, "Direction": { "allOf": [ { "$ref": "#/components/schemas/ResolverEndpointDirection" }, { "description": "

Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:

" } ] }, "IpAddressCount": { "allOf": [ { "$ref": "#/components/schemas/IpAddressCount" }, { "description": "The number of IP addresses that the Resolver endpoint can use for DNS queries." } ] }, "HostVPCId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the VPC that you want to create the Resolver endpoint in." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/ResolverEndpointStatus" }, { "description": "

A code that specifies the current status of the Resolver endpoint. Valid values include the following:

" } ] }, "StatusMessage": { "allOf": [ { "$ref": "#/components/schemas/StatusMessage" }, { "description": "A detailed description of the status of the Resolver endpoint." } ] }, "CreationTime": { "allOf": [ { "$ref": "#/components/schemas/Rfc3339TimeString" }, { "description": "The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC)." } ] }, "ModificationTime": { "allOf": [ { "$ref": "#/components/schemas/Rfc3339TimeString" }, { "description": "The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC)." } ] }, "ResolverEndpointType": { "allOf": [ { "$ref": "#/components/schemas/ResolverEndpointType" }, { "description": " The Resolver endpoint IP address type. " } ] } } }