apiEndpoint property

String? apiEndpoint
final

The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com. The stage name is typically appended to this URI to form a complete path to a deployed API stage.

Implementation

final String? apiEndpoint;