aws-secretsmanager
Verified for current stable LTS
Aws Secretsmanager Commands
Aws Secretsmanager command syntax with verified terminal examples.
Commands
9 commands for Aws Secretsmanager
aws-secretsmanager Operations
Aws Secretsmanager Command: List Secrets
aws secretsmanager list-secrets aws-secretsmanager Operations
Aws Secretsmanager Command: Delete Secret
aws secretsmanager delete-secret --secret-id <name|arn> aws-secretsmanager Operations
Aws Secretsmanager Command: Describe Secret
aws secretsmanager describe-secret --secret-id <name|arn> aws-secretsmanager Operations
Aws Secretsmanager Command: Rotate Secret Auto
aws secretsmanager rotate-secret --secret-id <name|arn> --rotation-lambda-arn <arn_of_lambda_function> --rotation-rules AutomaticallyAfterDays=<30> aws-secretsmanager Operations
Aws Secretsmanager Command: List Secrets Query
aws secretsmanager list-secrets --query 'SecretList[*].{Name: Name, ARN: ARN}' aws-secretsmanager Search
Aws Secretsmanager Command: Create Secret
aws secretsmanager create-secret --name <name> --description "<secret_description>" --secret-string '<secret>' aws-secretsmanager Operations
Aws Secretsmanager Command: Delete Secret Force
aws secretsmanager delete-secret --secret-id <name|arn> --force-delete-without-recovery aws-secretsmanager HTTP
Aws Secretsmanager Command: Get Secret Value
aws secretsmanager get-secret-value --secret-id <name|arn> --version-stage <version_of_secret> aws-secretsmanager Operations
Aws Secretsmanager Command: Rotate Secret
aws secretsmanager rotate-secret --secret-id <name|arn> --rotation-lambda-arn <arn_of_lambda_function> Suggest a Aws Secretsmanager Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws Secretsmanager workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.