ApplicationCredentialArgs

data class ApplicationCredentialArgs(val credentialType: Output<ApplicationCredentialCredentialType>? = null, val databaseName: Output<String>? = null, val secretId: Output<String>? = null) : ConvertibleToJava<ApplicationCredentialArgs>

Constructors

Link copied to clipboard
constructor(credentialType: Output<ApplicationCredentialCredentialType>? = null, databaseName: Output<String>? = null, secretId: Output<String>? = null)

Properties

Link copied to clipboard

The type of the application credentials.

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

The name of the SAP HANA database.

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

The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.

Functions

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