标签: amazon-web-services aws-cli
我可以使用aws ssm get-parameters --names "myapp1.hello1"来获取myapp1.hello1的值,但是我可以获取AWS CLI中以myapp1开头的所有键的列表吗?
aws ssm get-parameters --names "myapp1.hello1"
myapp1
我正在寻找类似aws ssm get-parameters --names-begin-with "myapp1."的命令
aws ssm get-parameters --names-begin-with "myapp1."