ApplicationArgs

data class ApplicationArgs(val apiGatewayProxy: Output<ApplicationApiGatewayProxyInputArgs>? = null, val environmentIdentifier: Output<String>? = null, val name: Output<String>? = null, val proxyType: Output<ApplicationProxyType>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ApplicationArgs>

Definition of AWS::RefactorSpaces::Application Resource Type

Constructors

Link copied to clipboard
constructor(apiGatewayProxy: Output<ApplicationApiGatewayProxyInputArgs>? = null, environmentIdentifier: Output<String>? = null, name: Output<String>? = null, proxyType: Output<ApplicationProxyType>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard

The endpoint URL of the Amazon API Gateway proxy.

Link copied to clipboard
val environmentIdentifier: Output<String>? = null

The unique identifier of the environment.

Link copied to clipboard
val name: Output<String>? = null

The name of the application.

Link copied to clipboard
val proxyType: Output<ApplicationProxyType>? = null

The proxy type of the proxy created within the application.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = 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 vpcId: Output<String>? = null

The ID of the virtual private cloud (VPC).

Functions

Link copied to clipboard
open override fun toJava(): ApplicationArgs