A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/cdk/api/v1/python/aws_cdk.aws_apigateway/EndpointConfiguration.html below:

Website Navigation


EndpointConfiguration — AWS Cloud Development Kit 1.204.0 documentation

EndpointConfiguration
class aws_cdk.aws_apigateway.EndpointConfiguration(*, types, vpc_endpoints=None)

Bases: object

The endpoint configuration of a REST API, including VPCs and endpoint types.

EndpointConfiguration is a property of the AWS::ApiGateway::RestApi resource.

Parameters:
  • types (Sequence[EndpointType]) – A list of endpoint types of an API or its custom domain name. Default: EndpointType.EDGE

  • vpc_endpoints (Optional[Sequence[IVpcEndpoint]]) – A list of VPC Endpoints against which to create Route53 ALIASes. Default: - no ALIASes are created for the endpoint.

ExampleMetadata:

infused

Example:

api = apigateway.RestApi(self, "api",
    endpoint_configuration=apigateway.EndpointConfiguration(
        types=[apigateway.EndpointType.EDGE]
    )
)

Attributes

types

A list of endpoint types of an API or its custom domain name.

Default:

EndpointType.EDGE

vpc_endpoints

A list of VPC Endpoints against which to create Route53 ALIASes.

Default:
  • no ALIASes are created for the endpoint.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4