Amazon PrivateLink · JSON Structure

Amazon Privatelink Create Vpc Endpoint Service Configuration Result Structure

CreateVpcEndpointServiceConfigurationResult schema from Amazon PrivateLink API

Type: object Properties: 1
NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

CreateVpcEndpointServiceConfigurationResult is a JSON Structure definition published by Amazon PrivateLink, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ServiceConfiguration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-structure/amazon-privatelink-create-vpc-endpoint-service-configuration-result-structure.json",
  "name": "CreateVpcEndpointServiceConfigurationResult",
  "description": "CreateVpcEndpointServiceConfigurationResult schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "ServiceConfiguration": {
      "$ref": "#/components/schemas/ServiceConfiguration"
    }
  }
}