쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

DescribeVpcEndpointServices

포커스 모드
DescribeVpcEndpointServices - Amazon Elastic Compute Cloud
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

Describes available services to which you can create a VPC endpoint.

When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.

Request Parameters

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Type: Boolean

Required: No

Filter.N

The filters.

  • owner - The ID or alias of the AWS account that owns the service.

  • service-name - The name of the service.

  • service-region - The Region of the service.

  • service-type - The type of service (Interface | Gateway | GatewayLoadBalancer).

  • supported-ip-address-types - The IP address type (ipv4 | ipv6).

  • tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

  • tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

Type: Array of Filter objects

Required: No

MaxResults

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

Type: Integer

Required: No

NextToken

The token for the next set of items to return. (You received this token from a prior call.)

Type: String

Required: No

ServiceName.N

The service names.

Type: Array of strings

Required: No

ServiceRegion.N

The service Regions.

Type: Array of strings

Required: No

Response Elements

The following elements are returned by the service.

nextToken

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Type: String

requestId

The ID of the request.

Type: String

serviceDetailSet

Information about the service.

Type: Array of ServiceDetail objects

serviceNameSet

The supported services.

Type: Array of strings

Errors

For information about the errors that are common to all actions, see Common client error codes.

Examples

Example 1

This example describes all available endpoint services.

Sample Request

https://ec2.amazonaws.com/?Action=DescribeVpcEndpointServices &AUTHPARAMS

Sample Response

<DescribeVpcEndpointServicesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> <requestId>19a9ff46-7df6-49b8-9726-3df27527089d</requestId> <serviceNameSet> <item>com.amazonaws.us-east-1.dynamodb</item> <item>com.amazonaws.us-east-1.ec2</item> <item>com.amazonaws.us-east-1.ec2messages</item> <item>com.amazonaws.us-east-1.elasticloadbalancing</item> <item>com.amazonaws.us-east-1.kinesis-streams</item> <item>com.amazonaws.us-east-1.s3</item> <item>com.amazonaws.us-east-1.ssm</item> </serviceNameSet> <serviceDetailSet> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Gateway</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>dynamodb.us-east-1.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.dynamodb</serviceName> <vpcEndpointPolicySupported>true</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Interface</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>ec2.us-east-1.vpce.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <privateDnsName>ec2.us-east-1.amazonaws.com</privateDnsName> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.ec2</serviceName> <vpcEndpointPolicySupported>false</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Interface</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>ec2messages.us-east-1.vpce.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <privateDnsName>ec2messages.us-east-1.amazonaws.com</privateDnsName> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.ec2messages</serviceName> <vpcEndpointPolicySupported>false</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Interface</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>elasticloadbalancing.us-east-1.vpce.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <privateDnsName>elasticloadbalancing.us-east-1.amazonaws.com</privateDnsName> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.elasticloadbalancing</serviceName> <vpcEndpointPolicySupported>false</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Interface</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>kinesis.us-east-1.vpce.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <privateDnsName>kinesis.us-east-1.amazonaws.com</privateDnsName> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.kinesis-streams</serviceName> <vpcEndpointPolicySupported>false</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Gateway</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>s3.us-east-1.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> <item>us-east-1f</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.s3</serviceName> <vpcEndpointPolicySupported>true</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> <item> <owner>amazon</owner> <serviceType> <item> <serviceType>Interface</serviceType> </item> </serviceType> <baseEndpointDnsNameSet> <item>ssm.us-east-1.vpce.amazonaws.com</item> </baseEndpointDnsNameSet> <acceptanceRequired>false</acceptanceRequired> <privateDnsName>ssm.us-east-1.amazonaws.com</privateDnsName> <availabilityZoneSet> <item>us-east-1a</item> <item>us-east-1b</item> <item>us-east-1c</item> <item>us-east-1d</item> <item>us-east-1e</item> </availabilityZoneSet> <serviceName>com.amazonaws.us-east-1.ssm</serviceName> <vpcEndpointPolicySupported>true</vpcEndpointPolicySupported> <tagSet> <item> <key>Name</key> <value>TeamA</value> </item> </tagSet> </item> </serviceDetailSet> </DescribeVpcEndpointServicesResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

이 페이지에서

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.