AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetApplication operation. Get an Application resource.
Namespace: Amazon.AppIntegrationsService.Model
Assembly: AWSSDK.AppIntegrationsService.dll
Version: 3.x.y.z
public class GetApplicationRequest : AmazonAppIntegrationsServiceRequest IAmazonWebServiceRequest
The GetApplicationRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetApplicationRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) of the Application. |
The following retrives an application.
var client = new AmazonAppIntegrationsServiceClient(); var response = client.GetApplication(new GetApplicationRequest { Arn = "arn:aws:app-integrations:us-west-2:0123456789012:application/98542c53-e8ac-4570-9c85-c6552c8d9c5e" }); ApplicationSourceConfig applicationSourceConfig = response.ApplicationSourceConfig; string description = response.Description; string name = response.Name; string awsNamespace = response.Namespace;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5