You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`description` - (Optional) The description of the key as viewed in AWS console.
27
+
*`key_usage` - (Optional) Specifies the intended use of the key. Currently this defaults to ENCRYPT/DECRYPT, and only symmetric encryption and decryption are supported.
28
+
*`policy` - (Optional) A valid policy JSON document.
29
+
*`deletion_window` - (Optional) Duration in days after which the key is deleted after destruction of the resource, must be between 7 and 30 days.
30
+
31
+
## Attributes Reference
32
+
33
+
The following attributes are exported:
34
+
35
+
*`arn` - The Amazon Resource Name (ARN) of the key.
36
+
*`key_id` - The globally unique identifier for the key.
0 commit comments