IInterfaceVpcEndpointService¶
-
class
aws_cdk.aws_ec2.
IInterfaceVpcEndpointService
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
A service for an interface VPC endpoint.
Attributes
-
name
¶ The name of the service.
- Return type
str
-
port
¶ The port of the service.
- Return type
Union
[int
,float
]
-
private_dns_default
¶ Whether Private DNS is supported by default.
- Return type
Optional
[bool
]
-