Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AwsApiGatewayEndpointConfiguration Source #
Contains information about the endpoints for the API.
See: newAwsApiGatewayEndpointConfiguration
smart constructor.
Instances
newAwsApiGatewayEndpointConfiguration :: AwsApiGatewayEndpointConfiguration Source #
Create a value of AwsApiGatewayEndpointConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:types:AwsApiGatewayEndpointConfiguration'
, awsApiGatewayEndpointConfiguration_types
- A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE
. For a Regional
API, the endpoint type is REGIONAL
. For a private API, the endpoint
type is PRIVATE
.
awsApiGatewayEndpointConfiguration_types :: Lens' AwsApiGatewayEndpointConfiguration (Maybe [Text]) Source #
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE
. For a Regional
API, the endpoint type is REGIONAL
. For a private API, the endpoint
type is PRIVATE
.