AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.S3ObjectTag

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class S3ObjectTag

The S3ObjectTag type exposes the following members

Constructors

NameDescription
Public Method S3ObjectTag()

Properties

NameTypeDescription
Public Property Key System.String

Gets and sets the property Key.

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:.

Public Property Value System.String

Gets and sets the property Value.

The value of the tag.

Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5