get Outpost Instance Type
suspend fun getOutpostInstanceType(argument: GetOutpostInstanceTypePlainArgs): GetOutpostInstanceTypeResult
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:
instance Type
Desired instance type. Conflicts with preferred_instance_types
.
preferred Instance 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
.
See also
suspend fun getOutpostInstanceType(argument: suspend GetOutpostInstanceTypePlainArgsBuilder.() -> Unit): GetOutpostInstanceTypeResult
Return
A collection of values returned by getOutpostInstanceType.
Parameters
argument
Builder for com.pulumi.aws.outposts.kotlin.inputs.GetOutpostInstanceTypePlainArgs.