Package-level declarations

Types

Link copied to clipboard
data class ApplicationCredentialArgs(val credentialType: Output<ApplicationCredentialCredentialType>? = null, val databaseName: Output<String>? = null, val secretId: Output<String>? = null) : ConvertibleToJava<ApplicationCredentialArgs>
Link copied to clipboard
data class GetApplicationPlainArgs(val arn: String) : ConvertibleToJava<GetApplicationPlainArgs>