key property

String key
final

Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^(\p{L}\p{Z}\p{N}_.:/=+\-*)$").

Implementation

final String key;