AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.apigateway.getBasePathMapping
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
The AWS::ApiGateway::BasePathMapping
resource creates a base path that clients who call your API must use in the invocation URL.
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 as part of the URL after the domain name.
- Domain
Name string - The domain name of the BasePathMapping resource to be described.
- Base
Path string - The base path name that callers of the API must provide as part of the URL after the domain name.
- Domain
Name string - The domain name of the BasePathMapping resource to be described.
- base
Path String - The base path name that callers of the API must provide as part of the URL after the domain name.
- domain
Name String - The domain name of the BasePathMapping resource to be described.
- base
Path string - The base path name that callers of the API must provide as part of the URL after the domain name.
- domain
Name string - The domain name of the BasePathMapping resource to be described.
- base_
path str - The base path name that callers of the API must provide as part of the URL after the domain name.
- domain_
name str - The domain name of the BasePathMapping resource to be described.
- base
Path String - The base path name that callers of the API must provide as part of the URL after the domain name.
- domain
Name String - The domain name of the BasePathMapping resource to be described.
getBasePathMapping Result
The following output properties are available:
- rest_
api_ strid - The string identifier of the associated RestApi.
- stage str
- The name of the associated stage.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi