We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.apigateway.getBasePathMappingV2
Start a Neo task
Explain and create an aws-native.apigateway.getBasePathMappingV2 resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::ApiGateway::BasePathMappingV2
Using getBasePathMappingV2
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 getBasePathMappingV2(args: GetBasePathMappingV2Args, opts?: InvokeOptions): Promise<GetBasePathMappingV2Result>
function getBasePathMappingV2Output(args: GetBasePathMappingV2OutputArgs, opts?: InvokeOptions): Output<GetBasePathMappingV2Result>def get_base_path_mapping_v2(base_path_mapping_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBasePathMappingV2Result
def get_base_path_mapping_v2_output(base_path_mapping_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBasePathMappingV2Result]func LookupBasePathMappingV2(ctx *Context, args *LookupBasePathMappingV2Args, opts ...InvokeOption) (*LookupBasePathMappingV2Result, error)
func LookupBasePathMappingV2Output(ctx *Context, args *LookupBasePathMappingV2OutputArgs, opts ...InvokeOption) LookupBasePathMappingV2ResultOutput> Note: This function is named LookupBasePathMappingV2 in the Go SDK.
public static class GetBasePathMappingV2
{
public static Task<GetBasePathMappingV2Result> InvokeAsync(GetBasePathMappingV2Args args, InvokeOptions? opts = null)
public static Output<GetBasePathMappingV2Result> Invoke(GetBasePathMappingV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBasePathMappingV2Result> getBasePathMappingV2(GetBasePathMappingV2Args args, InvokeOptions options)
public static Output<GetBasePathMappingV2Result> getBasePathMappingV2(GetBasePathMappingV2Args args, InvokeOptions options)
fn::invoke:
function: aws-native:apigateway:getBasePathMappingV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- Base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- base
Path StringMapping Arn - Amazon Resource Name (ARN) of the resource.
- base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- base_
path_ strmapping_ arn - Amazon Resource Name (ARN) of the resource.
- base
Path StringMapping Arn - Amazon Resource Name (ARN) of the resource.
getBasePathMappingV2 Result
The following output properties are available:
- Base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- Rest
Api stringId - The ID of the API.
- Stage string
- The name of the API's stage.
- Base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- Rest
Api stringId - The ID of the API.
- Stage string
- The name of the API's stage.
- base
Path StringMapping Arn - Amazon Resource Name (ARN) of the resource.
- rest
Api StringId - The ID of the API.
- stage String
- The name of the API's stage.
- base
Path stringMapping Arn - Amazon Resource Name (ARN) of the resource.
- rest
Api stringId - The ID of the API.
- stage string
- The name of the API's stage.
- base_
path_ strmapping_ arn - Amazon Resource Name (ARN) of the resource.
- rest_
api_ strid - The ID of the API.
- stage str
- The name of the API's stage.
- base
Path StringMapping Arn - Amazon Resource Name (ARN) of the resource.
- rest
Api StringId - The ID of the API.
- stage String
- The name of the API's stage.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
