AWS Native is in preview. AWS Classic is fully supported.
aws-native.apigateway.getBasePathMapping
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::ApiGateway::BasePathMapping
Using getBasePathMapping
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 getBasePathMapping(args: GetBasePathMappingArgs, opts?: InvokeOptions): Promise<GetBasePathMappingResult>
function getBasePathMappingOutput(args: GetBasePathMappingOutputArgs, opts?: InvokeOptions): Output<GetBasePathMappingResult>
def get_base_path_mapping(base_path: Optional[str] = None,
domain_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBasePathMappingResult
def get_base_path_mapping_output(base_path: Optional[pulumi.Input[str]] = None,
domain_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBasePathMappingResult]
func LookupBasePathMapping(ctx *Context, args *LookupBasePathMappingArgs, opts ...InvokeOption) (*LookupBasePathMappingResult, error)
func LookupBasePathMappingOutput(ctx *Context, args *LookupBasePathMappingOutputArgs, opts ...InvokeOption) LookupBasePathMappingResultOutput
> Note: This function is named LookupBasePathMapping
in the Go SDK.
public static class GetBasePathMapping
{
public static Task<GetBasePathMappingResult> InvokeAsync(GetBasePathMappingArgs args, InvokeOptions? opts = null)
public static Output<GetBasePathMappingResult> Invoke(GetBasePathMappingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBasePathMappingResult> getBasePathMapping(GetBasePathMappingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:apigateway:getBasePathMapping
arguments:
# arguments dictionary
The following arguments are supported:
- Base
Path string The base path name that callers of the API must provide in the URL after the domain name.
- Domain
Name string The DomainName of an AWS::ApiGateway::DomainName resource.
- Base
Path string The base path name that callers of the API must provide in the URL after the domain name.
- Domain
Name string The DomainName of an AWS::ApiGateway::DomainName resource.
- base
Path String The base path name that callers of the API must provide in the URL after the domain name.
- domain
Name String The DomainName of an AWS::ApiGateway::DomainName resource.
- base
Path string The base path name that callers of the API must provide in the URL after the domain name.
- domain
Name string The DomainName of an AWS::ApiGateway::DomainName resource.
- base_
path str The base path name that callers of the API must provide in the URL after the domain name.
- domain_
name str The DomainName of an AWS::ApiGateway::DomainName resource.
- base
Path String The base path name that callers of the API must provide in the URL after the domain name.
- domain
Name String The DomainName of an AWS::ApiGateway::DomainName resource.
getBasePathMapping Result
The following output properties are available:
- rest_
api_ strid The ID of the API.
- stage str
The name of the API's stage.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.