Outposts.Client.
get_catalog_item
(**kwargs)¶Gets information about the specified catalog item.
See also: AWS API Documentation
Request Syntax
response = client.get_catalog_item(
CatalogItemId='string'
)
[REQUIRED]
The ID of the catalog item.
{
'CatalogItem': {
'CatalogItemId': 'string',
'ItemStatus': 'AVAILABLE'|'DISCONTINUED',
'EC2Capacities': [
{
'Family': 'string',
'MaxSize': 'string',
'Quantity': 'string'
},
],
'PowerKva': ...,
'WeightLbs': 123,
'SupportedUplinkGbps': [
123,
],
'SupportedStorage': [
'EBS'|'S3',
]
}
}
Response Structure
Information about this catalog item.
The ID of the catalog item.
The status of a catalog item.
Information about the EC2 capacity of an item.
Information about EC2 capacity.
The family of the EC2 capacity.
The maximum size of the EC2 capacity.
The quantity of the EC2 capacity.
Information about the power draw of an item.
The weight of the item in pounds.
The uplink speed this catalog item requires for the connection to the Region.
The supported storage options for the catalog item.
Exceptions
Outposts.Client.exceptions.ValidationException
Outposts.Client.exceptions.NotFoundException
Outposts.Client.exceptions.InternalServerException