Connection Type Field Args
data class ConnectionTypeFieldArgs(val isEncrypted: Output<Boolean>? = null, val isOptional: Output<Boolean>? = null, val name: Output<String>, val type: Output<String>) : ConvertibleToJava<ConnectionTypeFieldArgs>