aws-cloudformation / aws-cloudformation-resource-providers-ec2-nat-gateway

The CloudFormation Resource Provider Package For VPC NAT Gateway

Home Page:https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS::EC2::NatGateway

Congratulations on starting development! Next steps:

  1. Write the JSON schema describing your resource, aws-ec2-natgateway.json
  2. Implement your resource handlers.

The RPDK will automatically generate the correct resource model from the schema whenever the project is built via Maven. You can also do this manually with the following command: cfn generate.

Please don't modify files under target/generated-sources/rpdk, as they will be automatically overwritten.

The code uses Lombok, and you may have to install IDE integrations to enable auto-complete for Lombok-annotated classes.

About

The CloudFormation Resource Provider Package For VPC NAT Gateway

https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html

License:Apache License 2.0


Languages

Language:Java 100.0%