This repository was archived by the owner on Dec 7, 2023. It is now read-only.
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
Missing AWS::EC2::VPCEndpointService ResourceType in CloudFormationResourceSpecification.json for Most Regions #443
Closed
Description
The AWS::EC2::VPCEndpointService is missing from most of the CloudFormationResourceSpecification.json
files.
It only exists within the following spec files: eu-north-1
, ap-northeast-3
, ap-east-1
, cn-north-1
, cn-northwest-1
This will mean it will be left out if any automation tools are referring to us-east-1
as a master file for module / code generation.
"AWS::EC2::VPCEndpointService": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html",
"Properties": {
"AcceptanceRequired": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-acceptancerequired",
"PrimitiveType": "Boolean",
"Required": false,
"UpdateType": "Mutable"
},
"NetworkLoadBalancerArns": {
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointservice.html#cfn-ec2-vpcendpointservice-networkloadbalancerarns",
"PrimitiveItemType": "String",
"Required": true,
"Type": "List",
"UpdateType": "Mutable"
}
}
}