interface IGatewayVpcEndpointService
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IGatewayVpcEndpointService |
Java | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService |
Python | aws_cdk.aws_ec2.IGatewayVpcEndpointService |
TypeScript (source) | @aws-cdk/aws-ec2 » IGatewayVpcEndpointService |
Implemented by
Gateway
A service for a gateway VPC endpoint.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the service. |
name
Type:
string
The name of the service.

.NET
Java
Python
TypeScript (