profile=example region=ap-northeast-1 secret_id=example/key1 output_file="${secret_id//\//_}.txt" aws secretsmanager get-secret-value \ --secret-id "${secret_id}" \ --query 'SecretString' \ --output text \ --profile $profile \ --region $region > $output_file
PukiWiki 1.5.3 © 2001-2020 PukiWiki Development Team. Powered by PHP 7.4.33. HTML convert time: 0.076 sec.