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).

InstanceType string

Desired instance type. Conflicts with preferred_instance_types.

PreferredInstanceTypes List<string>

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).

InstanceType string

Desired instance type. Conflicts with preferred_instance_types.

PreferredInstanceTypes []string

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).

instanceType string

Desired instance type. Conflicts with preferred_instance_types.

preferredInstanceTypes string[]

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_types List[str]

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.

InstanceType string
PreferredInstanceTypes List<string>
Arn string
Id string

The provider-assigned unique ID for this managed resource.

InstanceType string
PreferredInstanceTypes []string
arn string
id string

The provider-assigned unique ID for this managed resource.

instanceType string
preferredInstanceTypes string[]
arn str
id str

The provider-assigned unique ID for this managed resource.

instance_type str
preferred_instance_types List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.