Application Args
data class ApplicationArgs(val applicationId: Output<String>? = null, val applicationType: Output<ApplicationType>? = null, val credentials: Output<List<ApplicationCredentialArgs>>? = null, val databaseArn: Output<String>? = null, val instances: Output<List<String>>? = null, val sapInstanceNumber: Output<String>? = null, val sid: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>
Resource schema for AWS::SystemsManagerSAP::Application
Constructors
Link copied to clipboard
constructor(applicationId: Output<String>? = null, applicationType: Output<ApplicationType>? = null, credentials: Output<List<ApplicationCredentialArgs>>? = null, databaseArn: Output<String>? = null, instances: Output<List<String>>? = null, sapInstanceNumber: Output<String>? = null, sid: Output<String>? = null, tags: Output<List<TagArgs>>? = null)