EndpointConfiguration class
The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
Constructors
-
EndpointConfiguration({List<
EndpointType> ? types, List<String> ? vpcEndpointIds}) -
EndpointConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
→ List<
EndpointType> ? -
A list of endpoint types of an API (RestApi) or its custom domain
name (DomainName). For an edge-optimized API and its custom domain
name, the endpoint type is
"EDGE"
. For a regional API and its custom domain name, the endpoint type isREGIONAL
. For a private API, the endpoint type isPRIVATE
.final -
vpcEndpointIds
→ List<
String> ? -
A list of VpcEndpointIds of an API (RestApi) against which to create
Route53 ALIASes. It is only supported for
PRIVATE
endpoint type.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited