Service Authentication Configuration Args
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)