InterfaceVpcEndpointService¶
-
class
aws_cdk.aws_ec2.
InterfaceVpcEndpointService
(name, port=None)¶ Bases:
object
A custom-hosted service for an interface VPC endpoint.
- Parameters
name (
str
) –port (
Union
[int
,float
,None
]) –
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
]