ServiceAuthenticationConfigurationArgs

data class ServiceAuthenticationConfigurationArgs(val accessRoleArn: Output<String>? = null, val connectionArn: Output<String>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationArgs>

Authentication Configuration

Constructors

Link copied to clipboard
fun ServiceAuthenticationConfigurationArgs(accessRoleArn: Output<String>? = null, connectionArn: Output<String>? = null)

Functions

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

Properties

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

Access Role Arn

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

Connection Arn