1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. systemsmanagersap
  5. getApplication

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.systemsmanagersap.getApplication

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

    Resource schema for AWS::SystemsManagerSAP::Application

    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(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(arn: 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:systemsmanagersap:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the SSM-SAP application
    Arn string
    The ARN of the SSM-SAP application
    arn String
    The ARN of the SSM-SAP application
    arn string
    The ARN of the SSM-SAP application
    arn str
    The ARN of the SSM-SAP application
    arn String
    The ARN of the SSM-SAP application

    getApplication Result

    The following output properties are available:

    ApplicationId string
    The ID of the application.
    ApplicationType Pulumi.AwsNative.SystemsManagerSap.ApplicationType
    The type of the application.
    Arn string
    The ARN of the SSM-SAP application
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags of a SystemsManagerSAP application.
    ApplicationId string
    The ID of the application.
    ApplicationType ApplicationType
    The type of the application.
    Arn string
    The ARN of the SSM-SAP application
    Tags Tag
    The tags of a SystemsManagerSAP application.
    applicationId String
    The ID of the application.
    applicationType ApplicationType
    The type of the application.
    arn String
    The ARN of the SSM-SAP application
    tags List<Tag>
    The tags of a SystemsManagerSAP application.
    applicationId string
    The ID of the application.
    applicationType ApplicationType
    The type of the application.
    arn string
    The ARN of the SSM-SAP application
    tags Tag[]
    The tags of a SystemsManagerSAP application.
    application_id str
    The ID of the application.
    application_type ApplicationType
    The type of the application.
    arn str
    The ARN of the SSM-SAP application
    tags Sequence[root_Tag]
    The tags of a SystemsManagerSAP application.
    applicationId String
    The ID of the application.
    applicationType "HANA" | "SAP_ABAP"
    The type of the application.
    arn String
    The ARN of the SSM-SAP application
    tags List<Property Map>
    The tags of a SystemsManagerSAP application.

    Supporting Types

    ApplicationType

    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

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

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi