A key-value pair that adds as a metadata to a resource used by Amazon Translate.

interface Tag {
    Key: undefined | string;
    Value: undefined | string;
}

Properties

Properties

Key: undefined | string

The initial part of a key-value pair that forms a tag associated with a given resource.

Value: undefined | string

The second part of a key-value pair that forms a tag associated with a given resource.