AWS Secrets Manager SecretCache Java v2

0

Does the 'SecretCache' functionality still exist with v2 of the Java SDK? I found this reference, but this appears to be for v1 (https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_cache-java.html). I'm unable to find any information on it w/ v2?

질문됨 2년 전1375회 조회
2개 답변
0

The latest SDK documentation can be found here, within that documentation there's the following:

We recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. For more information, see Cache secrets for your applications.

That link leads you to the page you provided above, so it stands within reason that you're still able to use secret caching in V2.

AWS
답변함 2년 전
0

It looks like SDK 1.x is required:

To use the component, you must have the following:

A Java 8 or higher development environment. See Java SE Downloads on the Oracle website. The AWS SDK 1.x for Java. You can use both versions of the AWS SDK for Java in your projects. For more information, see Using the SDK for Java 1.x and 2.x side-by-side.

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠