Application Args
data class ApplicationArgs(val applicationId: Output<String>? = null, val applicationType: Output<ApplicationType>? = null, val componentsInfo: Output<List<ApplicationComponentInfoArgs>>? = 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, componentsInfo: Output<List<ApplicationComponentInfoArgs>>? = 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)
Properties
Link copied to clipboard
The ID of the application.
Link copied to clipboard
The type of the application.
Link copied to clipboard
This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
Link copied to clipboard
The credentials of the SAP application.
Link copied to clipboard
The ARN of the SAP HANA database
Link copied to clipboard
The SAP instance number of the application.