Outposts / Client / get_outpost_instance_types
get_outpost_instance_types#
- Outposts.Client.get_outpost_instance_types(**kwargs)#
Gets the instance types for the specified Outpost.
See also: AWS API Documentation
Request Syntax
response = client.get_outpost_instance_types( OutpostId='string', NextToken='string', MaxResults=123 )
- Parameters:
OutpostId (string) –
[REQUIRED]
The ID or ARN of the Outpost.
NextToken (string) – The pagination token.
MaxResults (integer) – The maximum page size.
- Return type:
dict
- Returns:
Response Syntax
{ 'InstanceTypes': [ { 'InstanceType': 'string', 'VCPUs': 123 }, ], 'NextToken': 'string', 'OutpostId': 'string', 'OutpostArn': 'string' }
Response Structure
(dict) –
InstanceTypes (list) –
Information about the instance types.
(dict) –
Information about an instance type.
InstanceType (string) –
The instance type.
VCPUs (integer) –
The number of default VCPUs in an instance type.
NextToken (string) –
The pagination token.
OutpostId (string) –
The ID of the Outpost.
OutpostArn (string) –
The Amazon Resource Name (ARN) of the Outpost.
Exceptions