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.
- 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 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 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 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 ARN.
- instance_
type str Desired instance type. Conflicts with
preferred_instance_types
.- preferred_
instance_ Sequence[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
.
- arn String
Outpost 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
.
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 List<String>Types
- 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_ Sequence[str]types
- arn String
- id String
The provider-assigned unique ID for this managed resource.
- instance
Type String - preferred
Instance List<String>Types
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.