-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
…07d6d268b65b739ffb5ebf8c1e76 (#1708) Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f2007d6d268b65b739ffb5ebf8c1e76 No new resources/functions.
- Loading branch information
1 parent
08ce08e
commit a1ec338
Showing
147 changed files
with
4,996 additions
and
1,617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e5d7e9e735cc0a24ace3e9aa5a22fcab28444734 | ||
45ec17445a2f8340a6a9d38eafcc27cf4948330d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,135 @@ | ||
{ | ||
"tagging" : { | ||
"taggable" : false, | ||
"tagOnCreate" : false, | ||
"tagUpdatable" : false, | ||
"cloudFormationSystemTags" : false | ||
}, | ||
"handlers" : { | ||
"read" : { | ||
"permissions" : [ "ec2:DescribeVpcEndpoints" ] | ||
}, | ||
"create" : { | ||
"permissions" : [ "ec2:CreateVpcEndpoint", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
}, | ||
"update" : { | ||
"permissions" : [ "ec2:ModifyVpcEndpoint", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
}, | ||
"list" : { | ||
"permissions" : [ "ec2:DescribeVpcEndpoints" ] | ||
}, | ||
"delete" : { | ||
"permissions" : [ "ec2:DeleteVpcEndpoints", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
} | ||
}, | ||
"typeName" : "AWS::EC2::VPCEndpoint", | ||
"description" : "Specifies a VPC endpoint. A VPC endpoint provides a private connection between your VPC and an endpoint service. You can use an endpoint service provided by AWS, an MKT Partner, or another AWS accounts in your organization. For more information, see the [User Guide](https://docs.aws.amazon.com/vpc/latest/privatelink/).\n An endpoint of type ``Interface`` establishes connections between the subnets in your VPC and an AWS-service, your own service, or a service hosted by another AWS-account. With an interface VPC endpoint, you specify the subnets in which to create the endpoint and the security groups to associate with the endpoint network interfaces.\n An endpoint of type ``gateway`` serves as a target for a route in your route table for traffic destined for S3 or DDB. You can specify an endpoint policy for the endpoint, which controls access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. For more information about connectivity to S3, see [W", | ||
"readOnlyProperties" : [ "/properties/NetworkInterfaceIds", "/properties/CreationTimestamp", "/properties/DnsEntries", "/properties/Id" ], | ||
"description" : "Specifies a VPC endpoint. A VPC endpoint provides a private connection between your VPC and an endpoint service. You can use an endpoint service provided by AWS, an MKT Partner, or another AWS accounts in your organization. For more information, see the [User Guide](https://docs.aws.amazon.com/vpc/latest/privatelink/).\n An endpoint of type ``Interface`` establishes connections between the subnets in your VPC and an AWS-service, your own service, or a service hosted by another AWS-account. With an interface VPC endpoint, you specify the subnets in which to create the endpoint and the security groups to associate with the endpoint network interfaces.\n An endpoint of type ``gateway`` serves as a target for a route in your route table for traffic destined for S3 or DDB. You can specify an endpoint policy for the endpoint, which controls access to the service from your VPC. You can also specify the VPC route tables that use the endpoint. For more information about connectivity to S3, see [Why can't I connect to an S3 bucket using a gateway VPC endpoint?](https://docs.aws.amazon.com/premiumsupport/knowledge-center/connect-s3-vpc-endpoint) \n An endpoint of type ``GatewayLoadBalancer`` provides private connectivity between your VPC and virtual appliances from a service provider.", | ||
"createOnlyProperties" : [ "/properties/ServiceName", "/properties/VpcEndpointType", "/properties/VpcId" ], | ||
"additionalProperties" : false, | ||
"primaryIdentifier" : [ "/properties/Id" ], | ||
"properties" : { | ||
"Id" : { | ||
"type" : "string", | ||
"description" : "" | ||
"PrivateDnsEnabled" : { | ||
"description" : "Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, ``kinesis.us-east-1.amazonaws.com``), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.\n To use a private hosted zone, you must set the following VPC attributes to ``true``: ``enableDnsHostnames`` and ``enableDnsSupport``.\n This property is supported only for interface endpoints.\n Default: ``false``", | ||
"type" : "boolean" | ||
}, | ||
"CreationTimestamp" : { | ||
"type" : "string", | ||
"description" : "" | ||
"description" : "", | ||
"type" : "string" | ||
}, | ||
"DnsEntries" : { | ||
"type" : "array", | ||
"uniqueItems" : false, | ||
"VpcId" : { | ||
"description" : "The ID of the VPC.", | ||
"type" : "string" | ||
}, | ||
"RouteTableIds" : { | ||
"uniqueItems" : true, | ||
"description" : "The IDs of the route tables. Routing is supported only for gateway endpoints.", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"relationshipRef" : { | ||
"typeName" : "AWS::EC2::RouteTable", | ||
"propertyPath" : "/properties/RouteTableId" | ||
}, | ||
"type" : "string" | ||
}, | ||
"description" : "" | ||
} | ||
}, | ||
"ServiceName" : { | ||
"description" : "The name of the endpoint service.", | ||
"type" : "string" | ||
}, | ||
"PolicyDocument" : { | ||
"description" : "An endpoint policy, which controls access to the service from the VPC. The default endpoint policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints.\n For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. CFNlong converts YAML policies to JSON format before calling the API to create or modify the VPC endpoint.", | ||
"type" : [ "string", "object" ] | ||
}, | ||
"VpcEndpointType" : { | ||
"description" : "The type of endpoint.\n Default: Gateway", | ||
"type" : "string", | ||
"enum" : [ "Interface", "Gateway", "GatewayLoadBalancer" ] | ||
}, | ||
"NetworkInterfaceIds" : { | ||
"type" : "array", | ||
"uniqueItems" : false, | ||
"description" : "", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"type" : "string" | ||
}, | ||
"description" : "" | ||
}, | ||
"PolicyDocument" : { | ||
"type" : [ "string", "object" ], | ||
"description" : "An endpoint policy, which controls access to the service from the VPC. The default endpoint policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints.\n For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. CFNlong converts YAML policies to JSON format before calling the API to create or modify the VPC endpoint." | ||
} | ||
}, | ||
"PrivateDnsEnabled" : { | ||
"type" : "boolean", | ||
"description" : "Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, ``kinesis.us-east-1.amazonaws.com``), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.\n To use a private hosted zone, you must set the following VPC attributes to ``true``: ``enableDnsHostnames`` and ``enableDnsSupport``.\n This property is supported only for interface endpoints.\n Default: ``false``" | ||
"Id" : { | ||
"description" : "", | ||
"type" : "string" | ||
}, | ||
"RouteTableIds" : { | ||
"type" : "array", | ||
"description" : "The IDs of the route tables. Routing is supported only for gateway endpoints.", | ||
"uniqueItems" : true, | ||
"DnsEntries" : { | ||
"uniqueItems" : false, | ||
"description" : "", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"SecurityGroupIds" : { | ||
"type" : "array", | ||
"description" : "The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.", | ||
"uniqueItems" : true, | ||
"description" : "The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"anyOf" : [ { | ||
"relationshipRef" : { | ||
"typeName" : "AWS::EC2::SecurityGroup", | ||
"propertyPath" : "/properties/GroupId" | ||
} | ||
}, { | ||
"relationshipRef" : { | ||
"typeName" : "AWS::EC2::SecurityGroup", | ||
"propertyPath" : "/properties/Id" | ||
} | ||
}, { | ||
"relationshipRef" : { | ||
"typeName" : "AWS::EC2::VPC", | ||
"propertyPath" : "/properties/DefaultSecurityGroup" | ||
} | ||
} ], | ||
"type" : "string" | ||
} | ||
}, | ||
"ServiceName" : { | ||
"type" : "string", | ||
"description" : "The name of the endpoint service." | ||
}, | ||
"SubnetIds" : { | ||
"type" : "array", | ||
"description" : "The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.", | ||
"uniqueItems" : true, | ||
"description" : "The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.", | ||
"insertionOrder" : false, | ||
"type" : "array", | ||
"items" : { | ||
"relationshipRef" : { | ||
"typeName" : "AWS::EC2::Subnet", | ||
"propertyPath" : "/properties/SubnetId" | ||
}, | ||
"type" : "string" | ||
} | ||
}, | ||
"VpcEndpointType" : { | ||
"type" : "string", | ||
"enum" : [ "Interface", "Gateway", "GatewayLoadBalancer" ], | ||
"description" : "The type of endpoint.\n Default: Gateway" | ||
}, | ||
"VpcId" : { | ||
"type" : "string", | ||
"description" : "The ID of the VPC." | ||
} | ||
}, | ||
"required" : [ "VpcId", "ServiceName" ], | ||
"readOnlyProperties" : [ "/properties/NetworkInterfaceIds", "/properties/CreationTimestamp", "/properties/DnsEntries", "/properties/Id" ], | ||
"createOnlyProperties" : [ "/properties/ServiceName", "/properties/VpcEndpointType", "/properties/VpcId" ], | ||
"primaryIdentifier" : [ "/properties/Id" ], | ||
"tagging" : { | ||
"taggable" : false, | ||
"tagOnCreate" : false, | ||
"tagUpdatable" : false, | ||
"cloudFormationSystemTags" : false | ||
}, | ||
"handlers" : { | ||
"create" : { | ||
"permissions" : [ "ec2:CreateVpcEndpoint", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
}, | ||
"read" : { | ||
"permissions" : [ "ec2:DescribeVpcEndpoints" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "ec2:ModifyVpcEndpoint", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
}, | ||
"delete" : { | ||
"permissions" : [ "ec2:DeleteVpcEndpoints", "ec2:DescribeVpcEndpoints" ], | ||
"timeoutInMinutes" : 210 | ||
}, | ||
"list" : { | ||
"permissions" : [ "ec2:DescribeVpcEndpoints" ] | ||
} | ||
} | ||
"required" : [ "VpcId", "ServiceName" ] | ||
} |
23 changes: 22 additions & 1 deletion
23
aws-cloudformation-schema/aws-ec2-vpngatewayroutepropagation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,44 @@ | ||
{ | ||
"typeName" : "AWS::EC2::VPNGatewayRoutePropagation", | ||
"description" : "Resource Type definition for AWS::EC2::VPNGatewayRoutePropagation", | ||
"sourceUrl" : "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git", | ||
"additionalProperties" : false, | ||
"tagging" : { | ||
"taggable" : false, | ||
"tagOnCreate" : false, | ||
"tagUpdatable" : false, | ||
"cloudFormationSystemTags" : false | ||
}, | ||
"properties" : { | ||
"Id" : { | ||
"type" : "string" | ||
}, | ||
"RouteTableIds" : { | ||
"description" : "The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to", | ||
"type" : "array", | ||
"uniqueItems" : false, | ||
"insertionOrder" : false, | ||
"items" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"VpnGatewayId" : { | ||
"description" : "The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with", | ||
"type" : "string" | ||
} | ||
}, | ||
"required" : [ "RouteTableIds", "VpnGatewayId" ], | ||
"readOnlyProperties" : [ "/properties/Id" ], | ||
"primaryIdentifier" : [ "/properties/Id" ] | ||
"primaryIdentifier" : [ "/properties/Id" ], | ||
"handlers" : { | ||
"create" : { | ||
"permissions" : [ "ec2:EnableVgwRoutePropagation", "ec2:DescribeRouteTables" ] | ||
}, | ||
"update" : { | ||
"permissions" : [ "ec2:EnableVgwRoutePropagation", "ec2:DescribeRouteTables" ] | ||
}, | ||
"delete" : { | ||
"permissions" : [ "ec2:DisableVgwRoutePropagation", "ec2:DescribeRouteTables" ] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.