Coder Social home page Coder Social logo

aws-cloudformation-resource-providers-macie's Introduction

CloudFormation Resource Provider Package For Amazon Macie

Build Status

This repository contains AWS-owned resource providers for the AWS::Macie::* namespace.

License

This project is licensed under the Apache-2.0 License.

aws-cloudformation-resource-providers-macie's People

Contributors

amazon-auto avatar cfn-rpdk-ci avatar chaitao93 avatar chandrakant-d avatar warderin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-cloudformation-resource-providers-macie's Issues

Incorrect values of additionalIdentifiers

Syntax definition of additionalIdentifiers is incorrect :
current

"additionalIdentifiers": [
    [
      "/properties/Arn"
    ],
    [
      "/properties/Name"
    ]
  ],

This needs to be just list of string , for example -

   "additionalIdentifiers": [
        "/properties/Arn",
        "/properties/Name"
    ]

Resource semantics :
additionalIdentifiers: Each property listed in the additionalIdentifiers section must be able to be used to uniquely identify the resource. These properties can be independently provided as keys to a READ or DELETE request and MUST be supported as the only input to those operations. These properties are usually also marked as readOnlyProperties and MUST be returned from READ and LIST operations. A provider is not required to support additionalIdentifiers; doing so allows for other unique keys to be used to READ resources.

Maven build failing: incompatible types

2021-02-06T00:22:37.6605617Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[99,44] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6620602Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[98,42] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6635477Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[97,44] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6650095Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[96,42] incompatible types: java.lang.Long cannot be converted to java.lang.Integer
2021-02-06T00:22:37.6664770Z [ERROR] /home/runner/work/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers/aws-cloudformation-resource-providers-macie/aws-macie-findingsfilter/src/main/java/software/amazon/macie/findingsfilter/BaseMacieFindingFilterHandler.java:[119,33] incompatible types: java.lang.Integer cannot be converted to java.lang.Long

.gt(getLongOrNull(input.getGt()))
.gte(getLongOrNull(input.getGte()))
.lt(getLongOrNull(input.getLt()))
.lte(getLongOrNull(input.getLte()))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.