ApplicationArgs constructor
const
ApplicationArgs({})
Creates a new ApplicationArgs.
computePlatform The compute platform can either be ECS, Lambda, or Server. Default is Server.
name The name of the application.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Key-value map of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Implementation
const ApplicationArgs({
this.computePlatform,
this.name,
this.region,
this.tags,
});