Interface IAM2Constants


  • public interface IAM2Constants
    Constants used in Camel AWS IAM module
    • Field Detail

      • OPERATION

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

        @Metadata(description="The username for the user you want to manage",
                  javaType="String")
        static final String USERNAME
        See Also:
        Constant Field Values
      • ACCESS_KEY_ID

        @Metadata(description="The accessKey you want to manage",
                  javaType="String")
        static final String ACCESS_KEY_ID
        See Also:
        Constant Field Values
      • ACCESS_KEY_STATUS

        @Metadata(description="The Status of the AccessKey you want to set, possible value are active and inactive",
                  javaType="String")
        static final String ACCESS_KEY_STATUS
        See Also:
        Constant Field Values
      • GROUP_NAME

        @Metadata(description="The name of an AWS IAM Group",
                  javaType="String")
        static final String GROUP_NAME
        See Also:
        Constant Field Values
      • GROUP_PATH

        @Metadata(description="The path of an AWS IAM Group",
                  javaType="String")
        static final String GROUP_PATH
        See Also:
        Constant Field Values