Interface SecretsManagerConstants


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

    • OPERATION

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

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

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

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

      @Metadata(description="The ARN or name of the secret.", javaType="String") static final String SECRET_ID
      See Also:
    • 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:
    • SECRET_VERSION_ID

      @Metadata(description="The unique identifier of the version of the secret.", javaType="String") static final String SECRET_VERSION_ID
      See Also:
    • 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: