Interface IAM2Constants


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

    • OPERATION

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

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

      @Metadata(description="The accessKey you want to manage", javaType="String") static final String ACCESS_KEY_ID
      See Also:
    • 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:
    • GROUP_NAME

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

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