Interface ITag
Tag.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITag
Syntax (vb)
Public Interface ITag
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var tag = new Tag {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | key to e tagged. |
Value | additional value. |
Properties
Key
key to e tagged.
string Key { get; }
Property Value
System.String
Value
additional value.
string Value { get; }
Property Value
System.String