AWSAPIGatewayRestAPIEndpointConfiguration
No description
type AWSAPIGatewayRestAPIEndpointConfiguration {
types: [AWSAPIGatewayRestAPIEndpointConfigurationType!]!
vpcEndpointIds: [String!]!
}
Fields
AWSAPIGatewayRestAPIEndpointConfiguration.types ● [AWSAPIGatewayRestAPIEndpointConfigurationType!]! non-null enum
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName)
AWSAPIGatewayRestAPIEndpointConfiguration.vpcEndpointIds ● [String!]! non-null scalar
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes
Member of
AWSAPIGatewayRestAPI object