Skip to content

Latest commit

 

History

History

aws-sns-subscription

AWS::SNS::Subscription

This package contains the CloudFormation resource for SNS subscriptions.

The AWS::SNS::Subscription section in the CloudFormation User Guide contains the detailed description of each supported property.

To make changes to the Subscription resouce:

  1. Update the JSON schema aws-sns-subscription.json
  2. Implement your changes to the resource handlers

The CloudFormation CLI automatically generates the correct resource model from the schema, whenever the project is built via Maven. You can also do this manually, using the following command: cfn generate.

You should not modify the files under target/generated-sources/rpdk, as they will be automatically overwritten.

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