EndpointConfiguration constructor
EndpointConfiguration({
- List<
EndpointType> ? types, - List<
String> ? vpcEndpointIds,
Implementation
EndpointConfiguration({
this.types,
this.vpcEndpointIds,
});