GetApplicationResult

data class GetApplicationResult(val apiGatewayId: String? = null, val applicationIdentifier: String? = null, val arn: String? = null, val nlbArn: String? = null, val nlbName: String? = null, val proxyUrl: String? = null, val stageName: String? = null, val tags: List<Tag>? = null, val vpcLinkId: String? = null)

Constructors

Link copied to clipboard
constructor(apiGatewayId: String? = null, applicationIdentifier: String? = null, arn: String? = null, nlbArn: String? = null, nlbName: String? = null, proxyUrl: String? = null, stageName: String? = null, tags: List<Tag>? = null, vpcLinkId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiGatewayId: String? = null

The resource ID of the API Gateway for the proxy.

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the application.

Link copied to clipboard
val nlbArn: String? = null

The Amazon Resource Name (ARN) of the Network Load Balancer .

Link copied to clipboard
val nlbName: String? = null

The name of the Network Load Balancer configured by the API Gateway proxy.

Link copied to clipboard
val proxyUrl: String? = null

The endpoint URL of the Amazon API Gateway proxy.

Link copied to clipboard
val stageName: String? = null

The name of the API Gateway stage. The name defaults to prod .

Link copied to clipboard
val tags: List<Tag>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

Link copied to clipboard
val vpcLinkId: String? = null

The VpcLink ID of the API Gateway proxy.