AWSEC2S3ObjectTag
Objective-C
@interface AWSEC2S3ObjectTag
Swift
class AWSEC2S3ObjectTag
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.
-
The key of the tag.
Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with
aws
:.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;
Swift
var key: String? { get set }
-
The value of the tag.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }