Skip to content

Files

This branch is 1 commit behind aws-cloudformation/aws-cloudformation-resource-providers-logs:master.

aws-logs-metricfilter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 28, 2023
Apr 5, 2023
May 19, 2020
Jan 28, 2023
May 19, 2020
Apr 5, 2023
May 19, 2020
Jan 19, 2022
Jan 28, 2023
Jan 28, 2023

AWS::Logs::MetricFilter

Congratulations on starting development! Next steps:

  1. Write the JSON schema describing your resource, aws-logs-metricfilter.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.