GetOutpostInstanceType
Information about single Outpost Instance Type.
Using GetOutpostInstanceType
function getOutpostInstanceType(args: GetOutpostInstanceTypeArgs, opts?: InvokeOptions): Promise<GetOutpostInstanceTypeResult>function get_outpost_instance_type(arn=None, instance_type=None, preferred_instance_types=None, opts=None)func GetOutpostInstanceType(ctx *Context, args *GetOutpostInstanceTypeArgs, opts ...InvokeOption) (*GetOutpostInstanceTypeResult, error)public static class GetOutpostInstanceType {
public static Task<GetOutpostInstanceTypeResult> InvokeAsync(GetOutpostInstanceTypeArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Arn string
Outpost Amazon Resource Name (ARN).
- Instance
Type string Desired instance type. Conflicts with
preferred_instance_types.- Preferred
Instance List<string>Types Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with
instance_type.
- Arn string
Outpost Amazon Resource Name (ARN).
- Instance
Type string Desired instance type. Conflicts with
preferred_instance_types.- Preferred
Instance []stringTypes Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with
instance_type.
- arn string
Outpost Amazon Resource Name (ARN).
- instance
Type string Desired instance type. Conflicts with
preferred_instance_types.- preferred
Instance string[]Types Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with
instance_type.
- arn str
Outpost Amazon Resource Name (ARN).
- instance_
type str Desired instance type. Conflicts with
preferred_instance_types.- preferred_
instance_ List[str]types Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with
instance_type.
GetOutpostInstanceType Result
The following output properties are available:
- Arn string
- Id string
The provider-assigned unique ID for this managed resource.
- Instance
Type string - Preferred
Instance List<string>Types
- Arn string
- Id string
The provider-assigned unique ID for this managed resource.
- Instance
Type string - Preferred
Instance []stringTypes
- arn string
- id string
The provider-assigned unique ID for this managed resource.
- instance
Type string - preferred
Instance string[]Types
- arn str
- id str
The provider-assigned unique ID for this managed resource.
- instance_
type str - preferred_
instance_ List[str]types
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.