aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::EC2::VPCEndpointService - PrivateDnsName
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
## Title
#### AWS::EC2::VPCEndpointService-PrivateDnsName
## Scope of request
Add support for the PrivateDnsName attribute to the AWS::EC2::VPCEndpointService CloudFormation resource.
The PrivateDnsName is supported by the [CreateVpcEndpointServicConfiguration](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpointServiceConfiguration.html) API call but not exposed via CloudFormation
## Expected behaviour
- In Create, the Endpoint Service should be created with the specified PrivateDnsName
- In Update, the Endpoint Service's PrivateDnsName should be added, changed or removed as per the behaviour of the [ModifyVpcEndpointServiceConfiguration](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcEndpointServiceConfiguration.html) API call
## Helpful Links to speed up research and evaluation
API docs at:
- [CreateVpcEndpointServicConfiguration](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpointServiceConfiguration.html)
- [ModifyVpcEndpointServiceConfiguration](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcEndpointServiceConfiguration.html)
## Category
Networking & Content (VPC, Route53, API GW,...)
Contributor guide
Assessment
This issue has not been assessed yet.