Returns information about the domain, including when the domain was created, the number of items and attributes in the domain, and the size of the attribute names and values.
simpledb_domain_metadata(DomainName)
A list with the following syntax:
list(
ItemCount = 123,
ItemNamesSizeBytes = 123,
AttributeNameCount = 123,
AttributeNamesSizeBytes = 123,
AttributeValueCount = 123,
AttributeValuesSizeBytes = 123,
Timestamp = 123
)
[required] The name of the domain for which to display the metadata of.
svc$domain_metadata(
DomainName = "string"
)