getOutpostInstanceType

Information about single Outpost Instance Type.

Return

A collection of values returned by getOutpostInstanceType.

Parameters

argument

A collection of arguments for invoking getOutpostInstanceType.


suspend fun getOutpostInstanceType(arn: String, instanceType: String? = null, preferredInstanceTypes: List<String>? = null): GetOutpostInstanceTypeResult

Return

A collection of values returned by getOutpostInstanceType.

Parameters

arn

Outpost ARN. The following arguments are optional:

instanceType

Desired instance type. Conflicts with preferred_instance_types.

preferredInstanceTypes

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.

See also


Return

A collection of values returned by getOutpostInstanceType.

Parameters

argument

Builder for com.pulumi.aws.outposts.kotlin.inputs.GetOutpostInstanceTypePlainArgs.

See also