aws logo
AWS Classic v5.32.0, Mar 17 23

aws.outposts.getOutpostInstanceType

Information about single Outpost Instance Type.

Using getOutpostInstanceType

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getOutpostInstanceType(args: GetOutpostInstanceTypeArgs, opts?: InvokeOptions): Promise<GetOutpostInstanceTypeResult>
function getOutpostInstanceTypeOutput(args: GetOutpostInstanceTypeOutputArgs, opts?: InvokeOptions): Output<GetOutpostInstanceTypeResult>
def get_outpost_instance_type(arn: Optional[str] = None,
                              instance_type: Optional[str] = None,
                              preferred_instance_types: Optional[Sequence[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> GetOutpostInstanceTypeResult
def get_outpost_instance_type_output(arn: Optional[pulumi.Input[str]] = None,
                              instance_type: Optional[pulumi.Input[str]] = None,
                              preferred_instance_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetOutpostInstanceTypeResult]
func GetOutpostInstanceType(ctx *Context, args *GetOutpostInstanceTypeArgs, opts ...InvokeOption) (*GetOutpostInstanceTypeResult, error)
func GetOutpostInstanceTypeOutput(ctx *Context, args *GetOutpostInstanceTypeOutputArgs, opts ...InvokeOption) GetOutpostInstanceTypeResultOutput

> Note: This function is named GetOutpostInstanceType in the Go SDK.

public static class GetOutpostInstanceType 
{
    public static Task<GetOutpostInstanceTypeResult> InvokeAsync(GetOutpostInstanceTypeArgs args, InvokeOptions? opts = null)
    public static Output<GetOutpostInstanceTypeResult> Invoke(GetOutpostInstanceTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOutpostInstanceTypeResult> getOutpostInstanceType(GetOutpostInstanceTypeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws:outposts/getOutpostInstanceType:getOutpostInstanceType
  arguments:
    # arguments dictionary

The following arguments are supported:

Arn string

Outpost 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 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 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 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 ARN.

instance_type str

Desired instance type. Conflicts with preferred_instance_types.

preferred_instance_types Sequence[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.

arn String

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

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 List<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 Sequence[str]
arn String
id String

The provider-assigned unique ID for this managed resource.

instanceType String
preferredInstanceTypes List<String>

Package Details

Repository
AWS Classic pulumi/pulumi-aws
License
Apache-2.0
Notes

This Pulumi package is based on the aws Terraform Provider.