RemoteAccessArgs

data class RemoteAccessArgs(val ec2SshKey: Output<String>? = null, val sourceSecurityGroups: Output<List<String>>? = null) : ConvertibleToJava<RemoteAccessArgs>

Definition of RemoteAccess

Constructors

Link copied to clipboard
constructor(ec2SshKey: Output<String>? = null, sourceSecurityGroups: Output<List<String>>? = null)

Properties

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

Property ec2SshKey

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

Property sourceSecurityGroups

Functions

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