ApplicationArgs

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
val applicationId: Output<String>? = null

The ID of the application.

Link copied to clipboard
val applicationType: Output<ApplicationType>? = null

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
val databaseArn: Output<String>? = null

The ARN of the SAP HANA database

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

The Amazon EC2 instances on which your SAP application is running.

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

The SAP instance number of the application.

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

The System ID of the application.

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

The tags of a SystemsManagerSAP application.

Functions

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