1. Packages
  2. AWS Native
  3. API Docs
  4. refactorspaces
  5. getApplication

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.refactorspaces.getApplication

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Definition of AWS::RefactorSpaces::Application Resource Type

    Using getApplication

    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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
    function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
    def get_application(application_identifier: Optional[str] = None,
                        environment_identifier: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(application_identifier: Optional[pulumi.Input[str]] = None,
                        environment_identifier: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

    > Note: This function is named LookupApplication in the Go SDK.

    public static class GetApplication 
    {
        public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:refactorspaces:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getApplication Result

    The following output properties are available:

    ApiGatewayId string
    ApplicationIdentifier string
    Arn string
    NlbArn string
    NlbName string
    ProxyUrl string
    StageName string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    VpcLinkId string
    ApiGatewayId string
    ApplicationIdentifier string
    Arn string
    NlbArn string
    NlbName string
    ProxyUrl string
    StageName string
    Tags Tag
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    VpcLinkId string
    apiGatewayId String
    applicationIdentifier String
    arn String
    nlbArn String
    nlbName String
    proxyUrl String
    stageName String
    tags List<Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    vpcLinkId String
    apiGatewayId string
    applicationIdentifier string
    arn string
    nlbArn string
    nlbName string
    proxyUrl string
    stageName string
    tags Tag[]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    vpcLinkId string
    api_gateway_id str
    application_identifier str
    arn str
    nlb_arn str
    nlb_name str
    proxy_url str
    stage_name str
    tags Sequence[root_Tag]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    vpc_link_id str
    apiGatewayId String
    applicationIdentifier String
    arn String
    nlbArn String
    nlbName String
    proxyUrl String
    stageName String
    tags List<Property Map>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    vpcLinkId String

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi