Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active March 3, 2022 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awswithdotnet/17919ac3c0f614be1f3a95fac15b2e97 to your computer and use it in GitHub Desktop.
Save awswithdotnet/17919ac3c0f614be1f3a95fac15b2e97 to your computer and use it in GitHub Desktop.
secretsmanager Api SecretController GetSecret More
GetSecretValueRequest request = new GetSecretValueRequest();
request.SecretId = "test-secret";
request.VersionStage = "AWSCURRENT";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment