ApplicationArgs

data class ApplicationArgs(val applicationId: Output<String>? = null, val applicationType: Output<ApplicationType>? = null, val credentials: Output<List<ApplicationCredentialArgs>>? = null, val instances: Output<List<String>>? = null, val sapInstanceNumber: Output<String>? = null, val sid: Output<String>? = null, val tags: Output<List<ApplicationTagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Resource schema for AWS::SystemsManagerSAP::Application

Constructors

Link copied to clipboard
fun ApplicationArgs(applicationId: Output<String>? = null, applicationType: Output<ApplicationType>? = null, credentials: Output<List<ApplicationCredentialArgs>>? = null, instances: Output<List<String>>? = null, sapInstanceNumber: Output<String>? = null, sid: Output<String>? = null, tags: Output<List<ApplicationTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val applicationId: Output<String>? = null
Link copied to clipboard
val applicationType: Output<ApplicationType>? = null
Link copied to clipboard
Link copied to clipboard
val instances: Output<List<String>>? = null
Link copied to clipboard
val sapInstanceNumber: Output<String>? = null
Link copied to clipboard
val sid: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ApplicationTagArgs>>? = null

The tags of a SystemsManagerSAP application.