Interface SecretsManagerConstants


  • public interface SecretsManagerConstants
    Constants used in Camel AWS Secrets Manager module
    • Field Detail

      • OPERATION

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

        @Metadata(description="The number of results to include in the response.",
                  javaType="Integer")
        static final String MAX_RESULTS
        See Also:
        Constant Field Values
      • SECRET_NAME

        @Metadata(description="The name of the secret.",
                  javaType="String")
        static final String SECRET_NAME
        See Also:
        Constant Field Values
      • SECRET_DESCRIPTION

        @Metadata(description="The description of the secret.",
                  javaType="String")
        static final String SECRET_DESCRIPTION
        See Also:
        Constant Field Values
      • SECRET_ID

        @Metadata(description="The ARN or name of the secret.",
                  javaType="String")
        static final String SECRET_ID
        See Also:
        Constant Field Values
      • LAMBDA_ROTATION_FUNCTION_ARN

        @Metadata(description="The ARN of the Lambda rotation function that can rotate the secret.",
                  javaType="String")
        static final String LAMBDA_ROTATION_FUNCTION_ARN
        See Also:
        Constant Field Values
      • SECRET_VERSION_ID

        @Metadata(description="The unique identifier of the version of the secret.",
                  javaType="String")
        static final String SECRET_VERSION_ID
        See Also:
        Constant Field Values
      • SECRET_REPLICATION_REGIONS

        @Metadata(description="A comma separated list of Regions in which to replicate the secret.",
                  javaType="String")
        static final String SECRET_REPLICATION_REGIONS
        See Also:
        Constant Field Values