Application Args
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)