Interface KMS2Constants


  • public interface KMS2Constants
    Constants used in Camel AWS KMS module
    • Field Detail

      • OPERATION

        @Metadata(description="The operation we want to perform",
                  javaType="String")
        static final String OPERATION
        See Also:
        Constant Field Values
      • LIMIT

        @Metadata(description="The limit number of keys to return while performing a listKeys operation",
                  javaType="Integer")
        static final String LIMIT
        See Also:
        Constant Field Values
      • DESCRIPTION

        @Metadata(description="A key description to use while performing a createKey operation",
                  javaType="String")
        static final String DESCRIPTION
        See Also:
        Constant Field Values
      • PENDING_WINDOW_IN_DAYS

        @Metadata(description="The waiting period, specified in number of days.",
                  javaType="Integer")
        static final String PENDING_WINDOW_IN_DAYS
        See Also:
        Constant Field Values