windows - unable to get graphical view in key policy section of encryption key using aws kms CLI -


i created key on aws kms using cli. there used default key policy. then, using put-key-policy attached new key policy includes key administrators , key users. gets updated.

but, not showing graphical version in shows key administrators , key users. also, not getting option switch default view or switch policy view. cli command used given here.

aws kms create-key --description !description! --key-usage encrypt_decrypt --origin aws_kms --no-bypass-policy-lockout-safety-check --tags tagkey=tagkeyname,tagvalue=value   

what can done resolve this(getting graphical view of key policy)?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -