Interface Attributes

Attributes is a map from string to attribute values.

Note: only the own enumerable keys are counted as valid attribute keys.

interface Attributes {
    [attributeKey: string]: AttributeValue | undefined;
}

Indexable

[attributeKey: string]: AttributeValue | undefined