1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. apigateway
  5. getBasePathMappingV2

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 by Pulumi

aws-native.apigateway.getBasePathMappingV2

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:apigateway:getBasePathMappingV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BasePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    BasePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    basePathMappingArn String
    Amazon Resource Name (ARN) of the resource.
    basePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    base_path_mapping_arn str
    Amazon Resource Name (ARN) of the resource.
    basePathMappingArn String
    Amazon Resource Name (ARN) of the resource.

    getBasePathMappingV2 Result

    The following output properties are available:

    BasePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    RestApiId string
    The ID of the API.
    Stage string
    The name of the API's stage.
    BasePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    RestApiId string
    The ID of the API.
    Stage string
    The name of the API's stage.
    basePathMappingArn String
    Amazon Resource Name (ARN) of the resource.
    restApiId String
    The ID of the API.
    stage String
    The name of the API's stage.
    basePathMappingArn string
    Amazon Resource Name (ARN) of the resource.
    restApiId string
    The ID of the API.
    stage string
    The name of the API's stage.
    base_path_mapping_arn str
    Amazon Resource Name (ARN) of the resource.
    rest_api_id str
    The ID of the API.
    stage str
    The name of the API's stage.
    basePathMappingArn String
    Amazon Resource Name (ARN) of the resource.
    restApiId String
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.11.0 published on Tuesday, Nov 26, 2024 by Pulumi