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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -