ApplicationArgs

data class ApplicationArgs(val applicationSourceConfig: Output<ApplicationSourceConfigPropertiesArgs>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val permissions: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Resource Type definition for AWS:AppIntegrations::Application

Constructors

Link copied to clipboard
constructor(applicationSourceConfig: Output<ApplicationSourceConfigPropertiesArgs>? = null, description: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, permissions: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Application source config

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

The application description.

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

The name of the application.

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

The namespace of the application.

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

The configuration of events or requests that the application has access to.

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

The tags (keys and values) associated with the application.

Functions

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